Definition at line 34 of file manifest.inc.
◆ getComponentDefinition()
static LinkPickerManifest::getComponentDefinition |
( |
| ) |
|
|
static |
Definition at line 36 of file manifest.inc.
40 $component->description =
"Link picker functionality for Fakoli/CMS RTE integration";
◆ getScripts()
static LinkPickerManifest::getScripts |
( |
| ) |
|
|
static |
Definition at line 57 of file manifest.inc.
59 return array(
"/components/link_picker/js/link_picker.js",
60 "/components/link_picker/js/link_picker_tinymce_plugin.js");
◆ getStyles()
static LinkPickerManifest::getStyles |
( |
| ) |
|
|
static |
Definition at line 63 of file manifest.inc.
65 return array(
"/components/link_picker/css/link_picker.css");
◆ onInitialize()
static LinkPickerManifest::onInitialize |
( |
| ) |
|
|
static |
Definition at line 73 of file manifest.inc.
75 global $html_editor_extra_buttons;
76 global $html_editor_override_buttons;
78 $html_editor_extra_buttons[] =
79 array(
"name" =>
"link_picker",
80 "image" =>
"/fakoli/richtext/images/document_link.gif",
81 "tooltip" =>
"Link to Page or Document",
82 "handler" =>
"linkPicker");
84 $html_editor_override_buttons[] =
85 array(
"name" =>
"link",
86 "handler" =>
"linkPickerExternal");
◆ registerPlugins()
static LinkPickerManifest::registerPlugins |
( |
| ) |
|
|
static |
Definition at line 68 of file manifest.inc.
static registerPlugin($title, $plugin)
◆ subscribeToEvents()
static LinkPickerManifest::subscribeToEvents |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file:
- C:/code/cms.sonjara.com/cms/components/link_picker/manifest.inc