Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres protégées | |
getInput () | |
Fonctions membres protégées inherited from JFormFieldText | |
getSuggestions () | |
Fonctions membres protégées inherited from JFormField | |
getId ($fieldId, $fieldName) | |
getTitle () | |
getLabel () | |
getName ($fieldName) | |
getFieldName ($fieldName) |
Attributs protégés | |
$type = 'Url' | |
Attributs protégés inherited from JFormFieldText | |
$maxLength | |
$inputmode | |
$dirname | |
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 | |
Fonctions membres publiques inherited from JFormFieldText | |
__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 () |
|
protected |
Method to get the field input markup.
Réimplémentée à partir de JFormFieldText.
Définition à la ligne 41 du fichier url.php.
Références JText\_(), et JStringPunycode\urlToUTF8().
|
protected |
Réimplémentée à partir de JFormFieldText.