Liste de tous les membres
Fonctions membres publiques
Documentation des fonctions membres
plgEditorNone::_displayButtons |
( |
$ |
name, |
|
|
$ |
buttons |
|
) |
| |
plgEditorNone::onDisplay |
( |
$ |
name, |
|
|
$ |
content, |
|
|
$ |
width, |
|
|
$ |
height, |
|
|
$ |
col, |
|
|
$ |
row, |
|
|
$ |
buttons = true |
|
) |
| |
No 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 |
Références $editor, $height, $name, et $width.
plgEditorNone::onGetContent |
( |
$ |
editor | ) |
|
No WYSIWYG Editor - get the editor content
- Paramètres:
-
string | The name of the editor |
plgEditorNone::onGetInsertMethod |
( |
$ |
name | ) |
|
plgEditorNone::onInit |
( |
| ) |
|
Method to handle the onInitEditor event.
public
- Renvoie:
- string JavaScript Initialization string
- Depuis:
- 1.5
plgEditorNone::onSave |
( |
$ |
editor | ) |
|
No WYSIWYG Editor - copy editor content to form field
- Paramètres:
-
string | The name of the editor |
plgEditorNone::onSetContent |
( |
$ |
editor, |
|
|
$ |
html |
|
) |
| |
No WYSIWYG Editor - set the editor content
- Paramètres:
-
string | The 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 | $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 :