Package Builder
Classes
Classes
Classes
This class enables you to handle all the operations regarding forms. Indeed, you build a form using object components (fieldsets, fields, buttons) and it's able to display, to retrieve the posted values and also validate the entered data from constraints you define. The validation is done in PHP when the form is received, but also in live thanks to Javascript (each field is validated when it looses the focus and the whole form is validated when the user submits it).
Classes
Abstract class that proposes a default implementation for the FormField interface.
Abstract class that proposes a default implementation for the FormField interface.
The class FormCheckBox represents a checkbox field in a form. It corresponds to a boolean.
The class FormCheckBox represents a checkbox field in a form. It corresponds to a boolean.
This class manage multi-line text fields, but the text can't be formatted.
This class represents a field which contains several options that can be selected simultaneously.
Abstract class that proposes a default implementation for the FormField interface.
Abstract class that proposes a default implementation for the FormField interface.
Abstract class that proposes a default implementation for the FormField interface.
This class manage single-line text fields with a link to access the upload modal form.
This class manage single-line text fields with a link to access the upload modal form.
Classes
Classes
Classes
Classes
This class is a fork of FormFieldsetHTML and manage fieldset for form with menu.
This class is a fork of FormFieldActionLinkList and manage action links for a wizard menu.
This class is a fork of FormFieldActionLinkList and manage action links for a wizard menu.