TinyMCE WYSIWYG plugin for textareas - to allow cross-browser HTML editing. More...
Public Member Functions | |
| callback ($hookName, $args) | |
| getContextSpecificPluginSettingsFile () | |
| getDescription () | |
| getDisplayName () | |
| getInstallSitePluginSettingsFile () | |
| getManagementVerbs () | |
| isMCEInstalled () | |
| register ($category, $path) | |
TinyMCE WYSIWYG plugin for textareas - to allow cross-browser HTML editing.
Definition at line 22 of file TinyMCEPlugin.inc.php.
| TinyMCEPlugin.callback | ( | $ | hookName, | |
| $ | args | |||
| ) |
Hook callback function for TemplateManager.display
| $hookName | string | |
| $args | array |
Definition at line 64 of file TinyMCEPlugin.inc.php.
| TinyMCEPlugin.getContextSpecificPluginSettingsFile | ( | ) |
Get the name of the settings file to be installed on new press creation.
Definition at line 45 of file TinyMCEPlugin.inc.php.
| TinyMCEPlugin.getDescription | ( | ) |
Get the description of this plugin
Definition at line 127 of file TinyMCEPlugin.inc.php.
References isMCEInstalled().
| TinyMCEPlugin.getDisplayName | ( | ) |
Get the display name of this plugin
Definition at line 119 of file TinyMCEPlugin.inc.php.
| TinyMCEPlugin.getInstallSitePluginSettingsFile | ( | ) |
Get the name of the settings file to be installed site-wide when OMP is installed.
Definition at line 54 of file TinyMCEPlugin.inc.php.
| TinyMCEPlugin.getManagementVerbs | ( | ) |
Get a list of available management verbs for this plugin
Definition at line 144 of file TinyMCEPlugin.inc.php.
References isMCEInstalled().
| TinyMCEPlugin.isMCEInstalled | ( | ) |
Check whether or not the TinyMCE library is installed
Definition at line 136 of file TinyMCEPlugin.inc.php.
Referenced by getDescription(), getManagementVerbs(), and register().
| TinyMCEPlugin.register | ( | $ | category, | |
| $ | path | |||
| ) |
Register the plugin, if enabled; note that this plugin runs under both Press and Site contexts.
| $category | string | |
| $path | string |
Definition at line 30 of file TinyMCEPlugin.inc.php.
References isMCEInstalled().
1.7.1