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

Référence de la classe plgEditorXstandard

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

Liste de tous les membres

Fonctions membres publiques


Documentation des fonctions membres

plgEditorXstandard::_displayButtons ( name,
buttons 
)

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

Voici le graphe d'appel pour cette fonction :

plgEditorXstandard::_getTemplateCss ( )

Références $db, $query, JFactory::getDBO(), et JURI::root().

Voici le graphe d'appel pour cette fonction :

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

XStandard Lite 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
mixedCan be boolean or array.

Références $content, $db, $height, $lang, $name, $query, $url, $width, JHTML::_(), JFactory::getDBO(), JBrowser::getInstance(), JFactory::getLanguage(), jimport(), JURI::root(), type, et value.

Voici le graphe d'appel pour cette fonction :

plgEditorXstandard::onGetContent ( editor)

XStandard Lite WYSIWYG Editor - get the editor content

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

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

Voici le graphe d'appel pour cette fonction :

plgEditorXstandard::onInit ( )

Method to handle the onInitEditor event.

  • Initializes the XStandard Lite WYSIWYG Editor

public

Renvoie:
string JavaScript Initialization string
Depuis:
1.5

Références type.

plgEditorXstandard::onSave ( editor)

XStandard Lite WYSIWYG Editor - copy editor content to form field

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

XStandard Lite WYSIWYG Editor - set the editor content

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