Definition at line 7 of file manifest.inc.
◆ getComponentDefinition()
static HtmlEditorManifest::getComponentDefinition |
( |
| ) |
|
|
static |
Definition at line 9 of file manifest.inc.
13 $component->description =
"Allows extensions and configuration for the HTML editor";
◆ getScripts()
static HtmlEditorManifest::getScripts |
( |
| ) |
|
|
static |
Definition at line 22 of file manifest.inc.
24 return array(
"/components/html_editor/js/snippet_manager.js",
25 "/components/html_editor/js/snippet_tinymce_plugin.js",
26 "/components/html_editor/js/custom_css_manager.js",
27 "/components/html_editor/js/custom_css_tinymce_plugin.js",
28 "/components/html_editor/js/tag_editor.js",
29 "/components/html_editor/js/tag_editor_tinymce_plugin.js"
◆ getStyles()
static HtmlEditorManifest::getStyles |
( |
| ) |
|
|
static |
Definition at line 33 of file manifest.inc.
35 return array(
"/components/html_editor/css/html_editor.css");
◆ registerPlugins()
static HtmlEditorManifest::registerPlugins |
( |
| ) |
|
|
static |
Definition at line 38 of file manifest.inc.
static registerPlugin($title, $plugin)
static getValue($component, $name)
Retrieve the value of the specified Setting.
◆ subscribeToEvents()
static HtmlEditorManifest::subscribeToEvents |
( |
| ) |
|
|
static |
Definition at line 50 of file manifest.inc.
55 "RegisterSerializationHandler" => array(
HtmlEditorManager, registerSerializationHandler),
Provides a central management class for event handlers and common functionality for the html_editor c...
◆ $allow_sessionless_handlers
HtmlEditorManifest::$allow_sessionless_handlers = array("custom_css") |
The documentation for this class was generated from the following file:
- C:/code/cms.sonjara.com/cms/components/html_editor/manifest.inc