Classes summary
| NButton |
Push button control with no default behavior. |
| NCheckbox |
Check box control. Allows the user to select a true or false condition. |
| NFormControl |
Base class that implements the basic functionality common to form controls. |
| NHiddenField |
Hidden form control used to store a non-displayed value. |
| NImageButton |
Submittable image button form control. |
| NMultiSelectBox |
Select box control that allows multiple item selection. |
| NRadioList |
Set of radio button controls. |
| 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. |
| NUploadControl |
Text box and browse button that allow users to select a file to upload to the
server. |