Classes summary
| NButton |
Push button control with no default behavior. |
| NCheckbox |
Check box control. Allows the user to select a true or false condition. |
| NConventionalRenderer |
Converts a Form into the HTML output. |
| NFileUpload |
Text box and browse button that allow users to select a file to upload to the
server. |
| NForm |
Creates, validates and renders HTML forms. |
| NFormContainer |
Container for form controls. |
| NFormGroup |
A user group of form controls. |
| NHiddenField |
Hidden form control used to store a non-displayed value. |
| NImageButton |
Submittable image button form control. |
| NInstantClientScript |
Instant validation JavaScript generator. |
| NMultiSelectBox |
Select box control that allows multiple item selection. |
| NRadioList |
Set of radio button controls. |
| NRule |
Single validation rule or condition represented as value object. |
| NRules |
List of validation & condition rules. |
| NSelectBox |
Select box control that allows single item selection. |
| NSubmitButton |
Submittable button control. |
| NTextArea |
Multiline text input control. |
| NTextBase |
Implements the basic functionality common to text input controls. |
| NTextInput |
Single line text input control. |