Liste de tous les membres
Fonctions membres publiques
Documentation des fonctions membres
plgEditorXstandard::_displayButtons |
( |
$ |
name, |
|
|
$ |
buttons |
|
) |
| |
plgEditorXstandard::_getTemplateCss |
( |
| ) |
|
plgEditorXstandard::onDisplay |
( |
$ |
name, |
|
|
$ |
content, |
|
|
$ |
width, |
|
|
$ |
height, |
|
|
$ |
col, |
|
|
$ |
row, |
|
|
$ |
buttons = true |
|
) |
| |
XStandard Lite WYSIWYG Editor - display the editor
- Paramètres:
-
string | The name of the editor area |
string | The content of the field |
string | The name of the form field |
string | The width of the editor area |
string | The height of the editor area |
int | The number of columns for the editor area |
int | The number of rows for the editor area |
mixed | Can 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.
plgEditorXstandard::onGetContent |
( |
$ |
editor | ) |
|
XStandard Lite WYSIWYG Editor - get the editor content
- Paramètres:
-
string | The name of the editor |
plgEditorXstandard::onGetInsertMethod |
( |
$ |
name | ) |
|
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:
-
string | The name of the editor |
plgEditorXstandard::onSetContent |
( |
$ |
editor, |
|
|
$ |
html |
|
) |
| |
XStandard Lite WYSIWYG Editor - set the editor content
- Paramètres:
-
string | The 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 | $subject | The object to observe |
array | $config | An 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 :