API17:JFormField::setup
From Joomla! Documentation
JFormField::setup
Description
Method to attach a object to the field.
public function setup (
&$element
$value
$group=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$element | object | $element The object representing the <field> tag for the form field object. | |
| $value | mixed | The form field default value for display. | |
| $group | string | null | 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]". |
See also
JFormField::setup source code on BitBucket
Class JFormField
Subpackage Form- Other versions of JFormField::setup
User contributed notes
Code Examples