Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
setup (&$element, $value, $group=null) | |
Fonctions membres publiques inherited from JFormField | |
__construct ($form=null) | |
__get ($name) | |
setForm (JForm $form) |
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 = 'Captcha' | |
Attributs protégés inherited from JFormField | |
$description | |
$element | |
$form | |
$formControl | |
$hidden = false | |
$translateLabel = true | |
$translateDescription = true | |
$id | |
$input | |
$label | |
$multiple = false | |
$name | |
$fieldname | |
$group | |
$required = false | |
$validate | |
$value | |
$labelClass |
Additional Inherited Members | |
Attributs protégés statiques inherited from JFormField | |
static | $count = 0 |
static | $generated_fieldname = '__field' |
|
protected |
Method to get the field input.
Réimplémentée à partir de JFormField.
Références $class, JFactory\getApplication(), JFactory\getConfig(), JCaptcha\getInstance(), et null.
JFormFieldCaptcha::setup | ( | & | $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.
Références $class, JFactory\getApplication(), JFactory\getConfig(), et null.
|
protected |
Réimplémentée à partir de JFormField.