API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe plgEditorTinymce

Graphe d'héritage de plgEditorTinymce:
Graphe de collaboration de plgEditorTinymce:

Liste de tous les membres

Fonctions membres publiques


Documentation des fonctions membres

plgEditorTinymce::_displayButtons ( name,
buttons 
)
plgEditorTinymce::_toogleButton ( name)
plgEditorTinymce::onDisplay ( name,
content,
width,
height,
col,
row,
buttons = true 
)

TinyMCE WYSIWYG Editor - display the editor

Paramètres:
stringThe name of the editor area
stringThe content of the field
stringThe width of the editor area
stringThe height of the editor area
intThe number of columns for the editor area
intThe number of rows for the editor area
mixedCan be boolean or array.
plgEditorTinymce::onGetContent ( editor)

TinyMCE WYSIWYG Editor - get the editor content

Paramètres:
stringThe name of the editor
plgEditorTinymce::onGetInsertMethod ( name)
plgEditorTinymce::onInit ( )

Method to handle the onInit event.

  • Initializes the TinyMCE WYSIWYG Editor

public

Renvoie:
string JavaScript Initialization string
Depuis:
1.5

Références $db, $load, $mainframe, $plugins, $query, $return, JText::_(), JFactory::getApplication(), JFactory::getDBO(), JFactory::getLanguage(), JPlugin::loadLanguage(), params, JError::raiseNotice(), et JURI::root().

Voici le graphe d'appel pour cette fonction :

plgEditorTinymce::onSave ( editor)

TinyMCE WYSIWYG Editor - copy editor content to form field

Paramètres:
stringThe name of the editor
plgEditorTinymce::onSetContent ( editor,
html 
)

TinyMCE WYSIWYG Editor - set the editor content

Paramètres:
stringThe name of the editor
plgEditorTinymce::plgEditorTinymce ( &$  subject,
config 
)

Constructor

For php4 compatability we must not use the __constructor as a constructor for plugins because func_get_args ( void ) returns a copy of all passed arguments NOT references. This causes problems with cross-referencing necessary for the observer design pattern.

Paramètres:
object$subjectThe object to observe
array$configAn array that holds the plugin configuration
Depuis:
1.5

Références $config.


La documentation de cette classe a été générée à partir du fichier suivant :