Classes
Forms extension for Nette DI.
Latte v2 macros for Nette\Forms.
Latte v3 extension for Nette Forms.
{formContainer ...}
{form name} ... {/form} {formContext ...}
{formPrint [ClassName]} {formClassPrint [ClassName]}
{inputError ...}
{input ...}
{label ...} ... {/label}
Runtime helpers for Latte v2 & v3.
Generates blueprints for forms.
Container for form controls.
Defines method that must be implemented to allow a component to act like a form control.
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.
Color picker.
CSRF protection field.
Selects date or time or date & time.
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.
Defines method that must implement form renderer.
Forms helpers.
Generates blueprint of form data class.
Converts a Form into the HTML output.
Generates Latte blueprint of form.
Single validation rule or condition represented as value object.
List of validation & condition rules.
Defines method that must be implemented to allow a control to submit web form.
Common validators.