List Control Client-side Events
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/List Events/index.xml

Client-side events for the List can be utilized to perform additional tasks when an event, such as clicking a list row or creating a new record, occurs.

Client-side Properties
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/Fields/Client-side/index.xml
The Client-side fields settings control the appearance and functionality of field data in the list control on the client-side.
Client Side Properties
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Clientside/index.xml
Properties that use Javascript to evalute expressions, conditional styling, etc.
Client Side Properties
/documentation/pages/Guides/Mobile and Web Components/Grid/Grid Fields/Grid Field Properties/Client Side Properties/index.xml
'Client-side' properties for a Grid include Calculated Fields, Show/hide Fields, Enable Expressions, Conditional Styles, and Client-side Formatting. Not all of these properties will appear on every control type available.
UX Component Client-Side API
/documentation/pages/Ref/Client_Api/UX/index.xml
Properties and methods availble for interacting with components and controls in a UX Component
Open a UX component to Edit Current Record in List Control in a UX, or add a new Record to a List Control in a UX
/documentation/pages/Ref/Action Javascript/Open a UX component to Edit Current Record in List Control in a UX, or add a new Record to a List Control in a UX.xml
Open a UX component in a pop-up window, or in a DIV on the current page, to edit the current page, to edit the current row in a List control in a UX component or to enter a new record into a List. (Applies only to Lists based on SQL or DBF data sources).
UX Component
/documentation/pages/Client/Guide/Design/View/Grid/UX Component - Older Page.xml
This is an older UX Component page that gives a general overview of the builders categories, properties, and features. For a more current description of the UX builder visit the other UX Component page.
Client Side Javascript in UX Components
/documentation/pages/Guides/Mobile and Web Components/UX/Code/Javascript In UX Components/Client Side Javascript in UX Components/index.xml
This is an overview of javascript in UX Components, what events are, how javascript can be written, where javascript can be used, and ways to test javascript in UX components.
List Control Overview : Building Disconnected Applications
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/List/_Building Disconnected Applications/index.xml
The List Control is the fundamental building block for creating mobile applications with offline support. Interfaces for editing data via a Detail View and searching records with sophisticated Search controls are also easily added and configured to work with the List Control. Fetching, editing, and synchronizing data are all handled by the List Control.
Client Side Expressions, Validation, and Calculated Fields
/documentation/pages/Guides/Mobile and Web Components/UX/Code/Javascript In UX Components/Client Side Javascript in UX Components/clientSideExpressions.xml
A number of properties for controls can be configured using javascript, this includes Validation, Show/Hide and Enable expressions, and Calculated Fields. Javascript functions for properties usually take a few parameters and return the value that defines the state of the parameter.