Skip to content

Documentation

This is an automatically generated documentation for Documentation.

Namespaces

\Qubus\Form

Classes

Class Description
Form Representation of an HTML
.
FormBuilder FormBuilder factory
FormView Representation of an HTML .

\Qubus\Form\FormBuilder

Classes

Class Description
Action Base class for a link or button.
Attr HTML attributes
Button Representation of an button element in a form.
Choice Representation of a control with items in a form.
ChoiceList Representation of a set of radio buttons or checkboxes in a form.
Control Base class of form control elements.
Decorator Decorator base class
Div Div element
Element Base class for HTML elements.
Fieldset Representation of an HTML fieldset.
FileInput Base class of form control elements.
Group Base class for an HTML element with children.
Hyperlink Base class for a link or button.
ImageInput Base class of form control elements.
Input Representation of an input element in a form.
Label Div element
Legend Div element
Select Representation of a select element.
Span Div element
Textarea Representation of a textarea element.

Traits

Trait Description
BasicValidation Basic input validation
- Server side equivalent of HTML5 validation.
Components Element that exists of several components.

Interfaces

Interface Description
WithComponents Element that exists of several components.

\Qubus\Form\FormBuilder\Decorator

Classes

Class Description
Bootstrap Decorator base class
Dindent Indent the HTML.
SimpleFilter Simple filter decorator
SimpleValidation Simple validation decorator
Tidy Tidy up the HTML.