- Slider Control in a UX Component
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/Slider/Slider Control in a Dialog Component.xml
A slider control is a graphical way of displaying and entering one or two numeric values. Our slider control is touch-sensitive on mobile devices and PC touch screens, and typically takes less screen real estate than a scroll bar.
- Calendar Control in UX Component
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/Calendar/Calendar Control in a Dialog Component.xml
This page describes the embedded Calendar control for the UX; it is not as fully-featured as the Calendar Component.
- Control Type
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/Control Type/index.xml
The Control type property can be used to change the type of a Data control to any other Data control type, including Add-in controls (found in the 'More...' option in the Data Controls toolbox.)
- ViewBox Control Actions
/documentation/pages/Ref/Action Javascript/ViewBox Control Actions.xml
Perform some action on a ViewBox control (e.g. refresh the ViewBox, etc.)
- Placing a Map Control on a UX Component
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/Map/Placing a Map Control on a UX Component.xml
Place a simple map control on a UX Component and set basic properties of the map object.
- UX List Control Object Methods
/documentation/pages/Ref/Client_Api/UX/list object methods/index.xml
Methods and properties available for interacting with a List Control object.
- CheckBox Properties
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/CheckBox Properties/index.xml
Properties for configuring the options for a CheckBox control.
- How to Add a Chart Control to a UX Component
/documentation/pages/HowTo/Charts/Add a Chart to UX.xml
The Chart Control can be used to create charts that display information, such as stock values or trend lines, in a UX Component.
- Dynamically Re-populate Choices in a Radiobutton Control
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/RadioButton/Dynamically Re-populate Choices in a Radiobutton Control.xml
In some cases it is necessary to re-populate the choices in a radiobutton control
after the component has been rendered. This can be done dynamically using an ajax callback.
- LogicalCheckBox Control
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/Logical Checkbox/index.xml
The LogicalCheckBox is a custom UI version of a standard checkbox that allows developers to define a checkbox style control, or HTML text to indicate if the logical value is true (on) or false (off) for the checked/unchecked states.