Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres protégées | |
getOptions () | |
Fonctions membres protégées hérités de ListField | |
getInput () | |
getOptions () | |
Fonctions membres protégées hérités de FormField | |
getId ($fieldId, $fieldName) | |
getInput () | |
getTitle () | |
getLabel () | |
getName ($fieldName) | |
getFieldName ($fieldName) | |
getLayoutData () | |
getLayoutPaths () | |
getRenderer ($layoutId='default') | |
isDebugEnabled () | |
Attributs protégés | |
$type = 'Databaseconnection' | |
Attributs protégés hérités de ListField | |
$type = 'List' | |
$layout = 'joomla.form.field.list' | |
Attributs protégés hérités de FormField | |
$description | |
$hint | |
$autocomplete = 'on' | |
$spellcheck = true | |
$autofocus = false | |
$element | |
$form | |
$formControl | |
$hidden = false | |
$hiddenLabel = false | |
$hiddenDescription = false | |
$translateLabel = true | |
$translateDescription = true | |
$translateHint = true | |
$id | |
$input | |
$label | |
$multiple = false | |
$pattern | |
$validationtext | |
$name | |
$fieldname | |
$group | |
$required = false | |
$disabled = false | |
$readonly = false | |
$type | |
$validate | |
$value | |
$default | |
$size | |
$class | |
$labelclass | |
$onchange | |
$onclick | |
$showon | |
$parentclass | |
$layout | |
$renderLayout = 'joomla.form.renderfield' | |
$renderLabelLayout = 'joomla.form.renderlabel' | |
$dataAttributes = array() | |
Membres hérités additionnels | |
Fonctions membres publiques hérités de ListField | |
addOption ($text, $attributes=array()) | |
__get ($name) | |
Fonctions membres publiques hérités de FormField | |
__construct ($form=null) | |
__get ($name) | |
__set ($name, $value) | |
setForm (Form $form) | |
setup (\SimpleXMLElement $element, $value, $group=null) | |
setValue ($value) | |
getAttribute ($name, $default=null) | |
getDataAttributes () | |
renderDataAttributes () | |
render ($layoutId, $data=array()) | |
renderField ($options=array()) | |
filter ($value, $group=null, Registry $input=null) | |
validate ($value, $group=null, Registry $input=null) | |
postProcess ($value, $group=null, Registry $input=null) | |
Fonctions membres publiques hérités de DatabaseAwareInterface | |
setDatabase (DatabaseInterface $db) | |
Champs de données hérités de FormField | |
$repeat = false | |
Attributs protégés statiques hérités de FormField | |
static | $count = 0 |
static | $generated_fieldname = '__field' |
Form Field class for the Joomla Platform. Provides a list of available database connections, optionally limiting to a given list.
|
protected |
Method to get the list of database options.
This method produces a drop down list of available databases supported by DatabaseDriver classes that are also supported by the application.
This gets the list of database types supported by the application. This should be entered in the form definition as a comma separated list. If no supported databases are listed, it is assumed all available databases are supported.
|
protected |