Selected class name
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/other/Form Properties/Form properties/Items/Item Properties/Selected class name.xml
Once an item is designated as being selectable (by checking the 'Selectable' property in Item Properties) then it is possible to define a class for how that item will appear when it is selected. The class for selected items can be defined two ways. One is by clicking the [...] button next to the 'Selected class name' property and choosing a class from a list of pre-defined CSS class names. The second approach is to type a new CSS class name next to the property and then define that CSS class in the Form View Builder's CSS tab.
Selected class name
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/ViewBox Properties/ViewBox_properties/Items/Item Properties/Selected class name.xml
This is the CSS class that should be used when the html that is bound to the item is clicked on. You can define CSS Classes on the CSS pane. For more information on how to implement this feature see the [Selectable Elements] page.
Date item selected class name
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/Date - Time Picker Properties/Date item selected class name.xml
Class name to use for the selected date. Leave blank to use default.
A5.ControlBar.Item Button List Object
/documentation/pages/Ref/Client_Api/A5/ControlBar_class/Item Button List_object/index.xml
Definition of a button list.
Class Name
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/other/ControlBar Properties/ControlBar properties/Items/Disclosure Settings/classname.xml
Optional override to the class name to place on the disclosure element.
SQL::List::Item Method
/documentation/pages/Ref/Api/Namespace/SQL/List/Item Method.xml
The SQL::List::Item() method
A5.SpinList Class
/documentation/pages/Ref/Client_Api/A5/SpinList_class/index.xml
The data to populate the spin list with. Each item can be a *[link:A5.SpinList Item Object]* object, or a string. If a string is passed in, then the HTML and value of the list item will be the value of the string.
Cover Class Name
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/other/ControlBar Properties/ControlBar properties/Items/Disclosure Settings/coverclassname.xml
Optional override to the class name to place on the element that covers the screen when the disclosure is shown.
Lock overlay CSS class name
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/container/Window Properties/Window_Properties/Lock overlay CSS class name.xml
Specify the CSS class name to use for the overlay that is displayed behind the window. The overlay prevents the user from clicking on controls that are outside the window. Leave blank, or specify ]]> to use the default style. Specify ]]> to create an invisible overlay (has no color, but user still prevented from clicking on controls off the window). By specifying a class that has a 'background' attribute, you can control the color of the overlay. For example: background: rgba(0,0,0,0) to create a transparent overlay.
Disabled class Name
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/other/ControlBar Properties/ControlBar properties/Items/Button Settings for Button-Toggle/disabledclassname.xml
The class applied to the button toggle when it is disabled.