Class: Katalyst::Content::Editor::RowComponent

Inherits:
BaseComponent
  • Object
show all
Defined in:
app/components/katalyst/content/editor/row_component.rb

Constant Summary

Constants inherited from BaseComponent

BaseComponent::CONTAINER_CONTROLLER, BaseComponent::ITEM_CONTROLLER, BaseComponent::LIST_CONTROLLER, BaseComponent::NEW_ITEM_CONTROLLER, BaseComponent::STATUS_BAR_CONTROLLER

Instance Attribute Summary

Attributes inherited from BaseComponent

#container, #item

Instance Method Summary collapse

Methods inherited from BaseComponent

#attributes_scope, #call, #container_form_id, #initialize, #inspect

Constructor Details

This class inherits a constructor from Katalyst::Content::Editor::BaseComponent

Instance Method Details

#default_html_attributesObject



7
8
9
# File 'app/components/katalyst/content/editor/row_component.rb', line 7

def default_html_attributes
  { data: { controller: ITEM_CONTROLLER } }
end