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 | |
getOptions () | |
Fonctions membres protégées inherited from JFormFieldList | |
getInput () | |
Fonctions membres protégées inherited from JFormField | |
getId ($fieldId, $fieldName) | |
getTitle () | |
getLabel () | |
getName ($fieldName) | |
getFieldName ($fieldName) |
Attributs protégés | |
$type = 'FileList' | |
$filter | |
$exclude | |
$hideNone = false | |
$hideDefault = false | |
$stripExt = false | |
$directory | |
Attributs protégés inherited from JFormFieldList | |
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 |
Définition à la ligne 23 du fichier filelist.php.
JFormFieldFileList::__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 90 du fichier filelist.php.
JFormFieldFileList::__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 116 du fichier filelist.php.
|
protected |
Method to get the list of files for the field options. Specify the target directory with a directory attribute Attributes allow an exclude mask and stripping of extensions from file name. Default attribute may optionally be set to null (no file) or -1 (use a default).
Réimplémentée à partir de JFormFieldList.
Réimplémentée dans JFormFieldImageList.
Définition à la ligne 187 du fichier filelist.php.
Références JText\alt(), JFolder\files(), et JFile\stripExt().
JFormFieldFileList::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 152 du fichier filelist.php.
|
protected |
Définition à la ligne 79 du fichier filelist.php.
|
protected |
Définition à la ligne 47 du fichier filelist.php.
|
protected |
Définition à la ligne 39 du fichier filelist.php.
|
protected |
Définition à la ligne 63 du fichier filelist.php.
|
protected |
Définition à la ligne 55 du fichier filelist.php.
|
protected |
Définition à la ligne 71 du fichier filelist.php.
|
protected |
Réimplémentée à partir de JFormFieldList.
Réimplémentée dans JFormFieldImageList.
Définition à la ligne 31 du fichier filelist.php.