JFormFieldEditors
class JFormFieldEditors extends JFormFieldList
Located at : UKNOWVA_ROOT/libraries/joomla/form/fields/editors.php
Form Field class for the Joomla Platform.
Provides a list of installed editors.
Properties
string | $type | The form field type. |
Methods
__construct(object $form = null)
Method to instantiate the form field object.
from JFormField
mixed
__get(string $name)
Method to get certain otherwise inaccessible properties from the form field object.
from JFormField
boolean
setup(object $element, mixed $value, string $group = null)
Method to attach a JForm object to the field.
from JFormField
Details
in JFormField at line 193
JFormField
__construct(object $form = null)
Method to instantiate the form field object.
in JFormField at line 211
mixed
__get(string $name)
Method to get certain otherwise inaccessible properties from the form field object.
in JFormField at line 264
object
setForm(JForm $form)
Method to attach a JForm object to the field.
in JFormField at line 287
boolean
setup(object $element, mixed $value, string $group = null)
Method to attach a JForm object to the field.