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

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

Constant Summary collapse

ACTIONS =
<<~ACTIONS.gsub(/\s+/, " ").freeze
  dragstart->#{LIST_CONTROLLER}#dragstart
  dragover->#{LIST_CONTROLLER}#dragover
  dragenter->#{LIST_CONTROLLER}#dragenter
  dragleave->#{LIST_CONTROLLER}#dragleave
  drop->#{LIST_CONTROLLER}#drop
  dragend->#{LIST_CONTROLLER}#dragend
  keyup.esc@document->#{LIST_CONTROLLER}#dragend
ACTIONS

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