40 $component->description =
"Link picker functionality for Fakoli/CMS RTE integration";
59 return array(
"/components/link_picker/js/link_picker.js",
60 "/components/link_picker/js/link_picker_tinymce_plugin.js");
65 return array(
"/components/link_picker/css/link_picker.css");
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");
static registerPlugin($title, $plugin)
static subscribeToEvents()
static getComponentDefinition()