JFormFieldList
class JFormFieldList extends JFormField
Form Field class for the Joomla Platform.
Supports a generic list of options.
Methods
addOption(
string $text,
array $attributes = array())
Method to add an option to the list field.
mixed
__get(
string $name)
Method to get certain otherwise inaccessible properties from the form field object.
Details
JFormFieldList
addOption(
string $text,
array $attributes = array())
Method to add an option to the list field.