Class: Maglove::Widgets::ScrollableImage
- Defined in:
- lib/maglove/widgets/scrollable_image.rb
Defined Under Namespace
Modules: Helpers
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#initialize, #typeloft_widget_options
Constructor Details
This class inherits a constructor from Maglove::Widgets::Base
Instance Method Details
#defaults ⇒ Object
8 9 10 11 12 13 14 15 |
# File 'lib/maglove/widgets/scrollable_image.rb', line 8 def defaults { source: false, show_navigation: true, height: "400px", margin_bottom: "0px" } end |
#identifier ⇒ Object
4 5 6 |
# File 'lib/maglove/widgets/scrollable_image.rb', line 4 def identifier "scrollable_image" end |