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
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.
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).
Displaying Calculated Values on a FormView
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Other Controls/FormView/Displaying Calculated Values on a FormView.xml
When you design a FormView control you may want the form to display calculated values (typically computed from other fields in the form). Since the Form is really just an HTML template that is rendered using Alpha Anywhere's client-side templating features, this is easily done.
List Control Field Properties
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/Fields/Field Properties/List Control Field Properties.xml
Properties available for configuring fields in the List Control, including server-side encryption, client-side display formats, and control-specific settings.
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.
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.
Open a UX component
/documentation/pages/Ref/Action Javascript/Open a UX component.xml
Opens an UX component in a pop-up window, or in a DIV on the current page. (Only new Ajax components can be opened. Old dialogs built in V10 and earlier are not supported.