Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__get ($name) | |
__set ($name, $value) | |
setup (SimpleXMLElement $element, $value, $group=null) | |
Fonctions membres publiques inherited from JFormField | |
__construct ($form=null) | |
setForm (JForm $form) | |
setValue ($value) | |
getAttribute ($name, $default=null) | |
getControlGroup () |
Fonctions membres protégées | |
getInput () | |
Fonctions membres protégées inherited from JFormField | |
getId ($fieldId, $fieldName) | |
getTitle () | |
getLabel () | |
getName ($fieldName) | |
getFieldName ($fieldName) |
Attributs protégés | |
$type = 'Textarea' | |
$rows | |
$columns | |
Attributs protégés inherited from JFormField | |
$description | |
$hint | |
$autocomplete = 'on' | |
$spellcheck = true | |
$autofocus = false | |
$element | |
$form | |
$formControl | |
$hidden = false | |
$translateLabel = true | |
$translateDescription = true | |
$translateHint = true | |
$id | |
$input | |
$label | |
$multiple = false | |
$pattern | |
$name | |
$fieldname | |
$group | |
$required = false | |
$disabled = false | |
$readonly = false | |
$validate | |
$value | |
$default | |
$size | |
$class | |
$labelClass | |
$onchange | |
$onclick |
Additional Inherited Members | |
Attributs publics inherited from JFormField | |
$repeat = false | |
Attributs protégés statiques inherited from JFormField | |
static | $count = 0 |
static | $generated_fieldname = '__field' |
Définition à la ligne 21 du fichier textarea.php.
JFormFieldTextarea::__get | ( | $name | ) |
Method to get certain otherwise inaccessible properties from the form field object.
string | $name | The property name for which to the the value. |
Réimplémentée à partir de JFormField.
Définition à la ligne 56 du fichier textarea.php.
JFormFieldTextarea::__set | ( | $name, | |
$value | |||
) |
Method to set certain otherwise inaccessible properties of the form field object.
string | $name | The property name for which to the the value. |
mixed | $value | The value of the property. |
Réimplémentée à partir de JFormField.
Définition à la ligne 78 du fichier textarea.php.
|
protected |
Method to get the textarea field input markup. Use the rows and columns attributes to specify the dimensions of the area.
Réimplémentée à partir de JFormField.
Définition à la ligne 127 du fichier textarea.php.
Références JText\_().
JFormFieldTextarea::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 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éimplémentée à partir de JFormField.
Définition à la ligne 106 du fichier textarea.php.
|
protected |
Définition à la ligne 45 du fichier textarea.php.
|
protected |
Définition à la ligne 37 du fichier textarea.php.
|
protected |
Réimplémentée à partir de JFormField.
Définition à la ligne 29 du fichier textarea.php.