Classes
Form
Form Class for the Joomla Platform.
This class implements a robust API for constructing, populating, filtering, and validating forms.
It uses XML definitions to construct form fields and a variety of field and rule classes to
render and validate the form.
« More » FormHelper
Form's helper class.
Provides a storage for filesystem's paths where Form's entities reside and methods for creating those entities.
Also stores objects with entities' prototypes for further reusing.
« More » Classes
AuthorField
Form Field to load a list of content authors
Supports a generic list of options.
« More » ContentlanguageField
Provides a list of content languages
Supports a generic list of options.
« More » EditorField
A textarea field for content creation
Supports a multi line area for entry of plain text
« More » FrontendlanguageField
Provides a list of published content languages with home pages
Supports a generic list of options.
« More » HelpsiteField
Form Field class for the Joomla Platform.
Provides a select list of help sites.
« More » LastvisitdaterangeField
Field to show a list of available date ranges to filter on last visit date.
Supports a generic list of options.
« More » LimitboxField
Field to load a list of posible item count limits
Supports a generic list of options.
« More » MenuitemField
Supports an HTML grouped select list of menu item grouped by menu
Provides a grouped list select field.
« More » RegistrationdaterangeField
Registration Date Range field.
Supports a generic list of options.
« More » TemplatestyleField
Supports a select grouped list of template styles
Provides a grouped list select field.
« More » UseractiveField
Field to show a list of available user active statuses
Supports a generic list of options.
« More » UsergrouplistField
Field to load a dropdown list of available user groups
Supports a generic list of options.
« More » UserstateField
Field to load a list of available users statuses
Supports a generic list of options.
« More » Classes
OptionsRule
Form Rule class for the Joomla Platform.
Requires the value entered be one of the options in a field of type="list"
« More »