PHP Nette\Forms\Controls Пространство имен

Классы

Имя Описание
BaseControl Base class that implements the basic functionality common to form controls.
Checkbox Check box control. Allows the user to select a true or false condition.
CheckboxList Set of checkboxes.
ChoiceControl Choice control that allows single item selection.
CsrfProtection CSRF protection field.
HiddenField Hidden form control used to store a non-displayed value.
MultiChoiceControl Choice control that allows multiple items selection.
MultiSelectBox
RadioList Set of radio button controls.
SelectBox Select box control that allows single item selection.
TextArea Multiline text input control.
TextBase Implements the basic functionality common to text input controls.
TextInput Single line text input control.
UploadControl Text box and browse button that allow users to select a file to upload to the server.