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

Référence de la classe plgEditorNone

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

Liste de tous les membres

Fonctions membres publiques


Documentation des fonctions membres

plgEditorNone::_displayButtons ( name,
buttons 
)

Références $button, $name, $return, et JHTML::_().

Voici le graphe d'appel pour cette fonction :

plgEditorNone::onDisplay ( name,
content,
width,
height,
col,
row,
buttons = true 
)

No WYSIWYG Editor - display the editor

Paramètres:
stringThe name of the editor area
stringThe content of the field
stringThe name of the form 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

Références $editor, $height, $name, et $width.

plgEditorNone::onGetContent ( editor)

No WYSIWYG Editor - get the editor content

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

Références $doc, et JFactory::getDocument().

Voici le graphe d'appel pour cette fonction :

plgEditorNone::onInit ( )

Method to handle the onInitEditor event.

  • Initializes the Editor

public

Renvoie:
string JavaScript Initialization string
Depuis:
1.5
plgEditorNone::onSave ( editor)

No WYSIWYG Editor - copy editor content to form field

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

No WYSIWYG Editor - set the editor content

Paramètres:
stringThe name of the editor
plgEditorNone::plgEditorNone ( &$  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 :