API17:JForm::findFieldsByFieldset
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JForm::findFieldsByFieldset
Description
Method to get an array of <field> elements from the form XML document which are in a specified fieldset by name.
Description:JForm::findFieldsByFieldset [Edit Descripton]
Since
Synopsis
protected & JForm::findFieldsByFieldset ($name)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | The name of the fieldset. |
Returns
mixed Boolean false on error or array of objects.
Defined in
libraries/joomla/form/form.php (line 1236)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JForm::findFieldsByFieldset
Examples
<CodeExamplesForm />
