Class: Pageflow::ProgressNavigationBar::VerticalWidgetType
- Inherits:
-
WidgetType
- Object
- WidgetType
- WidgetType
- Pageflow::ProgressNavigationBar::VerticalWidgetType
- Defined in:
- lib/pageflow/progress_navigation_bar/vertical_widget_type.rb
Instance Method Summary collapse
Methods inherited from WidgetType
Instance Method Details
#name ⇒ Object
4 5 6 |
# File 'lib/pageflow/progress_navigation_bar/vertical_widget_type.rb', line 4 def name 'progress_navigation_bar' end |
#render(template, entry) ⇒ Object
8 9 10 |
# File 'lib/pageflow/progress_navigation_bar/vertical_widget_type.rb', line 8 def render(template, entry) super(template, entry, horizontal: false) end |
#translation_key ⇒ Object
12 13 14 |
# File 'lib/pageflow/progress_navigation_bar/vertical_widget_type.rb', line 12 def translation_key 'pageflow.progress_navigation_bar.vertical.widget_type_name' end |