Class: Katalyst::Content::Editor::TableComponent

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

Constant Summary collapse

ACTIONS =
"dragstart->\#{LIST_CONTROLLER}#dragstart\ndragover->\#{LIST_CONTROLLER}#dragover\ndragenter->\#{LIST_CONTROLLER}#dragenter\ndragleave->\#{LIST_CONTROLLER}#dragleave\ndrop->\#{LIST_CONTROLLER}#drop\ndragend->\#{LIST_CONTROLLER}#dragend\nkeyup.esc@document->\#{LIST_CONTROLLER}#dragend\n".gsub(/\s+/, " ").freeze

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

Method Summary

Methods inherited from BaseComponent

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

Constructor Details

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