Class: Katalyst::Content::Editor::ErrorsComponent

Inherits:
BaseComponent
  • Object
show all
Includes:
Tables::TurboReplaceable
Defined in:
app/components/katalyst/content/editor/errors_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

#idObject



9
10
11
# File 'app/components/katalyst/content/editor/errors_component.rb', line 9

def id
  dom_id(container, :errors)
end