- UX Component
/documentation/pages/Guides/Mobile and Web Components/UX/index.xml
The UX Component is one of the basic building blocks for Alpha Anywhere applications. It is generally the main component for creating mobile apps.
- UX Component 'Dirty State'
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/List/UX Component 'Dirty State'.xml
Just like standard UX Components controls (such as Textbox, Textarea, RadioButton, etc), the List control is bound to a UX component variable. When the value in any control changes the UX component is considered to be 'dirty'. So for example, if you open a UX and then select a row in a List, ghe UX will go from 'clean' to 'dirty'.
- UX Component - Videos
/documentation/pages/Guides/Mobile and Web Components/UX/UX Component - Videos.xml
Over 40 videos describing how to create, manipulate, and improve a UX component.
- UX Component - FlexLayout Containers
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Containers/Container/FlexLayout/FlexLayout Containers.xml
A new container type in the UX component makes it easy to dynamically size controls when the orientation of the device changes (mobile devices), or the window size changes (desktop browsers).
- 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
- Refresh/synchronize embedded UX component
/documentation/pages/Ref/Action Javascript/Refresh synchronize embedded UX component.xml
Updates the argument values in the child UX component and refreshes the data shown in List controls and other controls that are based on data
Series. Also causes the embedded UX component's 'onSynchronizeDialog' (client-side) and 'onSynchronize' (server-side) events to fire.
- Google Map Method (UX Component)
/documentation/pages/Ref/Action Javascript/Google Map Method-UX Component.xml
Call a method to perform some action on a Google Map. Actions that you can perform include:
Clearing markers, opening or closing an info box, adding a marker to the map, centering the map on an address, setting the map zoom factor.
- Placeholder for UX Component validation error messages
/documentation/pages/Guides/Mobile and Web Components/UX/Properties/Validation and Error Reporting/Placeholder for UX Component validation error messages.xml
This property is optional. Specify a placeholder for where global
UX component validation errors should be shown. If you don't specify a value, a default
location will be used. If your component uses Panels, then it is recommended that you
specify a placeholder here; otherwise any error messages will be shown in a pop-up window.
If you do not want the error messages to shown in a pop-up window specify ]]>
as the value for the placeholder.
- UX Component - Mobile Applications - Location Information
/documentation/pages/Guides/Mobile and Web Components/UX/Code/Mobile Applications - Location Information.xml
Current location information can be used in several actions in Action Javascript. These actions include Ajax Callbacks, Centering a Map, Placing a Marker on a Map, Filtering a List for Records within the Vicinity of the Current Location.
- Synchronize a UX Component with an Embedded UX Component
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Other Controls/Embedded Object/Synchronize UX Components with Embedded UX Components.xml
A step-by-step guide on how to synchronize a parent UX component with an embedded child UX component using arguments.