Expand description

For control of fields on the server and client side.

Modules

Rendering HTML-controls code for Form.

Structs

Helper structures for inputFile widgets.

Helper structures for inputImage widgets.

For transporting of Widgets map to implementation of methods. Hint: <field name, Widget>

Field attributes.

Enums

If the value of the method attribute is post, enctype is the MIME type of the form submission. Possible values: application/x-www-form-urlencoded | multipart/form-data | text/plain. Default -> Enctype::Application

The HTTP method to submit the form with. Possible (case insensitive) values: GET and POST. Default -> HttpMethod::GET