JFormFieldFolderList
class JFormFieldFolderList extends JFormFieldList
Supports an HTML select list of folder
Methods
addOption(
string $text,
array $attributes = array())
Method to add an option to the list field.
from JFormFieldList
mixed
__get(
string $name)
Method to get certain otherwise inaccessible properties from the form field object.
void
__set(
string $name,
mixed $value)
Method to set certain otherwise inaccessible properties of the form field object.
boolean
setup(
SimpleXMLElement $element,
mixed $value,
string $group = null)
Method to attach a JForm object to the field.
Details
JFormFieldList
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.
void
__set(
string $name,
mixed $value)
Method to set certain otherwise inaccessible properties of the form field object.
boolean
setup(
SimpleXMLElement $element,
mixed $value,
string $group = null)
Method to attach a JForm object to the field.