| type | Description |
| WebImageViewerContextMenuJS | A web UI context menu for image viewer. |
| WebThumbnailViewerContextMenuJS | A web UI context menu for thumbnail viewer. |
| WebUiBrElementJS | A web UI element that represents '<br/>' element of markup. |
| WebUiButtonInputJS | A web UI element that represents '<input type="button">' element of markup. |
| WebUiButtonJS | A web UI element that represents '<div>' button element of markup. |
| WebUiButtonWithColorPickerJS | A web UI element that represents button with color picker. |
| WebUiButtonWithDropDownButtonListJS | A web UI element that represents button with the following behaviour: - If button is clicked when drop-down button list is hidden, button opens the drop-down button list.
- If button is clicked when drop-down button list is opened, button closes the drop-down button list.
- If mouse is clicked outside the drop-down button list when drop-down button list is opened, button closes the drop-down button list.
- If button from drop-down button list is clicked, action of clicked button is executing.
- Button allows to specify the layout direction, horizontal aligninment mode and vertical alignment mode for buttons in drop-down button list.
|
| WebUiButtonWithDropDownPanelJS | A web UI element that represents button with the following behaviour: - If button is clicked when drop-down panel is hidden, button opens the drop-down panel.
- If button is clicked when drop-down panel is opened, button closes the drop-down panel.
- If mouse is clicked outside the drop-down panel when drop-down panel is opened, button closes the drop-down panel.
- If UI element from drop-down panel is clicked, action of clicked UI element is executing.
- Button allows to specify horizontal aligninment mode and vertical alignment mode for UI elements in drop-down panel.
A web UI button that opens drop-down panel with UI elements. |
| WebUiCheckboxInputJS | A web UI element that represents '<input type="checkbox">' element of markup. |
| WebUiColorPickerJS | A web UI element that represents the color picker. |
| WebUiContextMenuJS | A web UI element that represents context menu. |
| WebUiControlJS | Represents a base class for web UI controls. |
| WebUiControlSettingsJS | Represents settings for WebUiControlJS object. |
| WebUiDialogButtonJS | A web UI element that represents button that changes the visibility of specified elements container. |
| WebUiDivElementJS | A web UI element that represents '<div>' element of markup. |
| WebUiElementCollectionJS | Represents a collection of web UI elements (collection of instances of WebUiElementJS class). |
| WebUiElementContainerJS | A web UI element that represents DIV container for specified UI elements. |
| WebUiElementJS | Represents the base web UI element. |
| WebUiElementsFactoryJS | Provides the ability to create the UI element by the specified ID. |
| WebUiElementStateCollectionJS | Represents a collection of UI element states (collection of instances of WebUiElementStateJS class). |
| WebUiElementStateJS | Represents a state of WebUiElementJS. |
| WebUiFileInputJS | A web UI element that represents '<input type="file">' element of markup. |
| WebUiGroupBoxJS | A web UI element that represents the group box. |
| WebUiImageInputJS | A web UI element that represents '<input type="image">' element of markup. |
| WebUiInputElementJS | A web UI element that represents '<input>' element of markup. |
| WebUiLabelElementJS | A web UI element that represents '<label>' element of markup. |
| WebUiLabelWithDropDownListJS | A web UI element that represents text label and button with drop-down list. |
| WebUiMultiSelectElementJS | A web UI element that represents multiselect element. |
| WebUiNumericInputJS | A web UI element that represents '<input type="number">' element of markup. |
| WebUiOptionElementJS | A web UI element that represents '<option>' element of markup. |
| WebUiProgressJS | A web UI element that represents '<div>' progress element of markup. |
| WebUiRadioInputJS | A web UI element that represents '<input type="radio">' element of markup. |
| WebUiSelectElementJS | A web UI element that represents '<select>' element of markup. |
| WebUiTextareaElementJS | A web UI element that represents '<textarea>' element of markup. |
| WebUiTextInputJS | A web UI element that represents '<input type="text">' element of markup. |
| WebUiToggleButtonJS | A web UI element that represents button with the following behaviour: - If button is clicked when drop-down button list is hidden, button opens the drop-down button list.
- If button is clicked when drop-down button list is opened, button closes the drop-down button list.
- If mouse is clicked outside the drop-down button list when drop-down button list is opened, button closes the drop-down button list.
- If button from drop-down button list is clicked, active button is changed.
- Button allows to get/set the active button.
- Button displays image of active button.
- Button allows to specify the layout direction, horizontal aligninment mode and vertical alignment mode for buttons in drop-down button list.
|
| WebUiTypedInputElementJS | A web UI element that represents typed '<input>' element of markup. |
| WebUiUploadFileButtonJS | A web UI element that represents button that allows to start file uploading process. |
| WebUiVisualToolButtonJS | A web UI element that represents button for enabling the specified visual tool in image viewer. |