SUI.control
The SUI.control namespace holds a set of more advanced user interface controls.
The SUI.control namespace is the home for more advanced controls. These controls are specialized components such as a date entry component, an image cropper or an HTML editor. All are based on SUI.Box/SUI.AnchorLayout so they all can be used in the SUI lay out mechanism.
Defined in: SUI.jsName | Description |
---|---|
SUI.control.BaseHTMLEditControl constructor. This base class was created to limit code size. You don't need this constructor HTMLEditControl is the one you need. |
|
Create a color intensity bar. The bar is always 256 pixels long and 20 pixels high. |
|
Create a color table picker control. |
|
Create a date(time) control: a set of input fields in the order of date(time) format, together with a button for a date(time) dialog box to facilitate date entry. |
|
Create an HSV color picker control. |
|
Create an HSV color selection control. |
|
SUI.control.HTMLEditControl constructor |
|
Create a SUI.control.ImageCropper. |
|
The SUI.control.PasteData implements the pasting logic for the HTML editor. It is a fundamental part of the HTML editor and therefore both are able to access each other's private data members. |
|
Create an RGB color picker control. |