Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__get ($name) | |
__set ($name, $value) | |
setup (\SimpleXMLElement $element, $value, $group=null) | |
save () | |
Fonctions membres publiques hérités de JFormFieldTextarea | |
__get ($name) | |
__set ($name, $value) | |
setup (SimpleXMLElement $element, $value, $group=null) | |
Champs de données | |
$type = 'Editor' | |
Fonctions membres protégées | |
getInput () | |
getEditor () | |
Fonctions membres protégées hérités de JFormFieldTextarea | |
getInput () | |
getLayoutData () | |
Attributs protégés | |
$editor | |
$height | |
$width | |
$assetField | |
$authorField | |
$asset | |
$buttons | |
$hide | |
$editorType | |
Attributs protégés hérités de JFormFieldTextarea | |
$type = 'Textarea' | |
$rows | |
$columns | |
$maxlength | |
$layout = 'joomla.form.field.textarea' | |
A textarea field for content creation
__get | ( | $name | ) |
Method to get certain otherwise inaccessible properties from the form field object.
string | $name | The property name for which to get the value. |
Références $name.
__set | ( | $name, | |
$value | |||
) |
|
protected |
Method to get an Editor object based on the form field.
Références $db, $editor, $query, Factory\getConfig(), Factory\getDbo(), Editor\getInstance(), et null.
|
protected |
Method to get the field input markup for the editor area
Références $editor, $params, ENT_COMPAT, height, htmlspecialchars, name, value, et width.
save | ( | ) |
Method to get the JEditor output for an onSave event.
Références $editor.
setup | ( | \SimpleXMLElement | $element, |
$value, | |||
$group = null |
|||
) |
Method to attach a JForm object to the field.
\SimpleXMLElement | $element | The SimpleXMLElement object representing the <field> tag for the form field object. |
mixed | $value | The form field value to validate. |
string | $group | The field name group control value. This acts as an array container for the field. For example if the field has name="foo" and the group value is set to "bar" then the full field name would end up being "bar[foo]". |
Références $buttons, $hide, $value, elseif, height, et width.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
$type = 'Editor' |
|
protected |