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 protégées | |
getInput () |
Attributs protégés | |
$type = 'Meter' | |
$width | |
$active = false | |
$animated = true | |
$color | |
Attributs protégés inherited from JFormFieldNumber | |
$max = 0 | |
$min = 0 | |
$step = 0 | |
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 |
JFormFieldMeter::__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 JFormFieldNumber.
Définition à la ligne 74 du fichier meter.php.
JFormFieldMeter::__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 JFormFieldNumber.
Définition à la ligne 98 du fichier meter.php.
|
protected |
Method to get the field input markup.
Réimplémentée à partir de JFormFieldNumber.
Définition à la ligne 162 du fichier meter.php.
JFormFieldMeter::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 JFormFieldNumber.
Définition à la ligne 136 du fichier meter.php.
|
protected |
Réimplémentée à partir de JFormFieldNumber.