Namespace Icybee\Modules\Editor
Namespaces summary
Icybee\Modules\Editor\Collection |
Classes summary
ChangeOperation | Changes multieditor editor. |
Collection | Editor collection. |
FeedEditor | "Feed" editor. |
FeedEditorElement | "Feed" editor. |
ImageEditor | "Image" editor. |
ImageEditorElement | "Image" editor element. |
Module | Provides an API for editors. |
MultiEditorElement | An element that can change its editor. |
NodeEditor | "Node" editor. |
NodeEditorElement | "Node" editor element. |
PatronEditor | "Patron" editor. |
PatronEditorElement | "Patron" editor element. |
PHPEditor | "PHP" editor. |
PHPEditorElement | "PHP" editor element. |
RawEditor | "Raw" editor. |
RawEditorElement | "Raw" editor element. |
RTEEditor | RTE editor. |
RTEEditorElement | RTE editor element. |
SelectorElement | A selector for the available editors. |
TabbableEditor | "Tabbable" editor. |
TabbableEditorElement | "Tabbable" editor element. |
TabbableEditorRenderer | "Tabbable" editor content renderer. |
TabbableNewPaneOperation | Returns a new pane for the Icybee\Modules\Editor\TabbableEditor . |
TextEditor | "Text" editor. |
TextEditorElement | "Text" editor element. |
TextmarkEditor | "Textmark" editor. |
TextmarkEditorElement | "Textmark" editor element. |
WidgetsEditor | "Widgets" editor. |
WidgetsEditorElement | An HTML element. |
Interfaces summary
Editor | The editor interface is used to serialize/unserialize the content edited by the editor it provides, as well as render this content. |
EditorElement | Interface for editor elements. |
Exceptions summary
EditorAlreadyInstantiated | Exception thrown in attempt to alter a definition that was used to instantiate an editor. |
EditorNotDefined | Exception thrown in attempt to use an undefined editor. |