Liste de tous les membres
Fonctions membres publiques |
| onInit () |
| onSave () |
| onGetContent ($id) |
| onSetContent ($id, $html) |
| onGetInsertMethod ($id) |
| onDisplay ($name, $content, $width, $height, $col, $row, $buttons=true, $id=null, $asset=null, $author=null, $params=array()) |
| _displayButtons ($name, $buttons, $asset, $author) |
| __construct (&$subject, $config=array()) |
| loadLanguage ($extension= '', $basePath=JPATH_ADMINISTRATOR) |
| __construct (&$subject) |
| update (&$args) |
| __construct ($properties=null) |
| __toString () |
| def ($property, $default=null) |
| get ($property, $default=null) |
| getProperties ($public=true) |
| getError ($i=null, $toString=true) |
| getErrors () |
| set ($property, $value=null) |
| setProperties ($properties) |
| setError ($error) |
| toString () |
Documentation des fonctions membres
plgEditorNone::_displayButtons |
( |
|
$name, |
|
|
|
$buttons, |
|
|
|
$asset, |
|
|
|
$author |
|
) |
| |
plgEditorNone::onDisplay |
( |
|
$name, |
|
|
|
$content, |
|
|
|
$width, |
|
|
|
$height, |
|
|
|
$col, |
|
|
|
$row, |
|
|
|
$buttons = true , |
|
|
|
$id = null , |
|
|
|
$asset = null , |
|
|
|
$author = null , |
|
|
|
$params = array() |
|
) |
| |
Display the editor area.
- Paramètres:
-
string | $name | The control name. |
string | $html | The contents of the text area. |
string | $width | The width of the text area (px or %). |
string | $height | The height of the text area (px or %). |
int | $col | The number of columns for the textarea. |
int | $row | The number of rows for the textarea. |
boolean | $buttons | True and the editor buttons will be displayed. |
string | $id | An optional ID for the textarea (note: since 1.6). If not supplied the name is used. |
string | $asset | |
object | $author | |
array | $params | Associative array of editor parameters. |
- Renvoie:
- string
Références $asset, $author, $buttons, $height, $id, $name, et $width.
plgEditorNone::onGetContent |
( |
|
$id | ) |
|
Get the editor content.
- Paramètres:
-
string | $id | The id of the editor field. |
- Renvoie:
- string
plgEditorNone::onGetInsertMethod |
( |
|
$id | ) |
|
plgEditorNone::onInit |
( |
| ) |
|
Method to handle the onInitEditor event.
- Renvoie:
- string JavaScript Initialization string
- Depuis:
- 1.5
plgEditorNone::onSave |
( |
| ) |
|
Copy editor content to form field.
Not applicable in this editor.
- Renvoie:
- void
plgEditorNone::onSetContent |
( |
|
$id, |
|
|
|
$html |
|
) |
| |
Set the editor content.
- Paramètres:
-
string | $id | The id of the editor field. |
string | $html | The content to set. |
- Renvoie:
- string
La documentation de cette classe a été générée à partir du fichier suivant :