Public Member Functions

TinyMCEPlugin Class Reference
[Plugins_generic_tinymce]

TinyMCE WYSIWYG plugin for textareas - to allow cross-browser HTML editing. More...

List of all members.

Public Member Functions

 callback ($hookName, $args)
 getContextSpecificPluginSettingsFile ()
 getDescription ()
 getDisplayName ()
 getInstallSitePluginSettingsFile ()
 getManagementVerbs ()
 isMCEInstalled ()
 register ($category, $path)

Detailed Description

TinyMCE WYSIWYG plugin for textareas - to allow cross-browser HTML editing.

Definition at line 22 of file TinyMCEPlugin.inc.php.


Member Function Documentation

TinyMCEPlugin.callback ( hookName,
args 
)

Hook callback function for TemplateManager.display

Parameters:
$hookName string
$args array
Returns:
boolean

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.

Returns:
string

Definition at line 45 of file TinyMCEPlugin.inc.php.

TinyMCEPlugin.getDescription (  ) 

Get the description of this plugin

Returns:
string

Definition at line 127 of file TinyMCEPlugin.inc.php.

References isMCEInstalled().

TinyMCEPlugin.getDisplayName (  ) 

Get the display name of this plugin

Returns:
string

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.

Returns:
string

Definition at line 54 of file TinyMCEPlugin.inc.php.

TinyMCEPlugin.getManagementVerbs (  ) 

Get a list of available management verbs for this plugin

Returns:
array

Definition at line 144 of file TinyMCEPlugin.inc.php.

References isMCEInstalled().

TinyMCEPlugin.isMCEInstalled (  ) 

Check whether or not the TinyMCE library is installed

Returns:
boolean

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.

Parameters:
$category string
$path string
Returns:
boolean

Definition at line 30 of file TinyMCEPlugin.inc.php.

References isMCEInstalled().


The documentation for this class was generated from the following file: