Forms extension for Nette DI.

Latte macros for Nette\Forms.

Runtime helpers for Latte.

Container for form controls.

A user group of form controls.

Base class that implements the basic functionality common to form controls.

Push button control with no default behavior.

Check box control. Allows the user to select a true or false condition.

Set of checkboxes.

Choice control that allows single item selection.

CSRF protection field.

Hidden form control used to store a non-displayed value.

Submittable image button form control.

Choice control that allows multiple items selection.

Select box control that allows multiple items selection.

Set of radio button controls.

Select box control that allows single item selection.

Submittable button control.

Multiline text input control.

Implements the basic functionality common to text input controls.

Single line text input control.

Text box and browse button that allow users to select a file to upload to the server.

Creates, validates and renders HTML forms.

Forms helpers.

Defines method that must be implemented to allow a component to act like a form control.

Defines method that must implement form renderer.

Defines method that must be implemented to allow a control to submit web form.

Converts a Form into the HTML output.

Single validation rule or condition represented as value object.

List of validation & condition rules.

Common validators.