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 = 'Password' | |
$threshold = 66 | |
$maxLength | |
$meter = false | |
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 22 du fichier password.php.
JFormFieldPassword::__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 65 du fichier password.php.
JFormFieldPassword::__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 88 du fichier password.php.
|
protected |
Method to get the field input markup for password.
Réimplémentée à partir de JFormField.
Définition à la ligne 145 du fichier password.php.
Références JText\_(), JFactory\getDocument(), et if.
JFormFieldPassword::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 122 du fichier password.php.
|
protected |
Définition à la ligne 46 du fichier password.php.
|
protected |
Définition à la ligne 54 du fichier password.php.
|
protected |
Définition à la ligne 38 du fichier password.php.
|
protected |
Réimplémentée à partir de JFormField.
Définition à la ligne 30 du fichier password.php.