API17

JForm::findFieldsByFieldset

From Joomla! Documentation

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JForm::findFieldsByFieldset[edit]

Description[edit]

Method to get an array of <field> elements from the form XML document which are in a specified fieldset by name.


protected & function findFieldsByFieldset ($name)
Parameter Type Default Description
$name string The name of the fieldset.
  • Returns mixed Boolean false on error or array of objects.
  • Defined on line 1246 of libraries/joomla/form/form.php
  • Since Joomla 11.1

See also[edit]


User contributed notes[edit]

Code Examples[edit]