SUI.form

The SUI.form namspace contains a set of wrappers for the typical HTML form components.

The SUI.form namespace holds a set of very lightweight wrappers around the standard HTML form controls. We like the standard HTML form elements and we want to use them as such. These wrappers add functionality to the HTML form elements so that they can be used in SUI layouts.

Defined in: SUI.js


Classes

Name Description

Button

Create a button.

CheckBox

Create a check box.

Form

Create a form.

Input

Create an input field.

Label

Create a label.

RadioButton

Create a check box.

SelectList

Create a select list.

TextArea

Create a text area.