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

Référence de la classe JEditor

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

Liste de tous les membres

Fonctions membres publiques

Attributs publics


Documentation des constructeurs et destructeur

JEditor::__construct ( editor = 'none')

constructor

protected

Paramètres:
stringThe editor name

Références $editor.


Documentation des fonctions membres

JEditor::_loadEditor ( config = array())

Load the editor

private

Paramètres:
arrayAssociative array of editor config paramaters
Depuis:
1.5

Références $config, $name, $params, $path, JText::_(), JFilterInput::clean(), JFile::exists(), JPluginHelper::getPlugin(), JPluginHelper::importPlugin(), jimport(), et JError::raiseWarning().

Voici le graphe d'appel pour cette fonction :

JEditor::display ( name,
html,
width,
height,
col,
row,
buttons = true,
params = array() 
)

Present a text area

Paramètres:
stringThe control name
stringThe contents of the text area
stringThe width of the text area (px or %)
stringThe height of the text area (px or %)
intThe number of columns for the textarea
intThe number of rows for the textarea
booleanTrue and the editor buttons will be displayed
arrayAssociative array of editor parameters

Références $height, $name, $params, $return, et $width.

JEditor::getButtons ( editor,
buttons = true 
)

Get the editor buttons

Paramètres:
mixed$buttonsCan be boolean or array, if boolean defines if the buttons are displayed, if array defines a list of buttons not to show. public
Depuis:
1.5

Références $editor, $plugins, JPluginHelper::getPlugin(), et JPluginHelper::importPlugin().

Voici le graphe d'appel pour cette fonction :

JEditor::getContent ( editor)

Get the editor contents

Paramètres:
stringThe name of the editor control

Références $editor, et $return.

& JEditor::getInstance ( editor = 'none')

Returns a reference to a global Editor object, only creating it if it doesn't already exist.

This method must be invoked as:

  $editor = &JEditor::getInstance([$editor);

public

Paramètres:
string$editorThe editor to use.
Renvoie:
JEditor The Editor object.

Références $editor.

Référencé par JFactory::getEditor().

Voici le graphe d'appel pour cette fonction :

JEditor::initialise ( )

Initialize the editor

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

Voici le graphe d'appel pour cette fonction :

JEditor::save ( editor)

Save the editor content

Paramètres:
stringThe name of the editor control

Références $editor, et $return.

JEditor::setContent ( editor,
html 
)

Set the editor contents

Paramètres:
stringThe name of the editor control
stringThe contents of the text area

Références $editor, et $return.


Documentation des données membres

JEditor::$_editor = null
JEditor::$_name = null
JEditor::$_tagForSEF = array('start' => '<!-- Start Editor -->', 'end' => '<!-- End Editor -->')

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