UX Controls
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/other/Form Properties/Form properties/Data Source/UX Controls.xml
One or more UX controls to read data from to populate the FormView.
Data Controls
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/index.xml
Data Controls are controls used to create interfaces for manipulating and editing data from a data source (e.g. SQL database, web service, static data, etc.)
Bind the controls on your UX to fields in one or more existing tables.
/documentation/pages/Guides/Mobile and Web Components/UX/Data Binding/Bind Controls to Existing Tables/index.xml
This page contains two main parts. The first part allows you to bind an existing table, or tables, from a database to the UX component. The second part lets you map, or "bind", controls in the UX component to fields in the existing table(s). This binding can also be done from the [Data Binding properties] section of individual controls on the UX Controls page.
How to Refresh a Data Series for One or More Chart Controls
/documentation/pages/HowTo/Charts/Refresh a Data Series.xml
Multiple Chart controls can reference the same data series. When a Data series is refreshed, all charts that reference the data series are also updated.
More Dialog Box Controls
/documentation/pages/Guides/Desktop/Xdialog/Controls/More Dialog Box Controls.xml
This lesson discusses several types of controls that you can put on a dialog box.
CustomControl
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/CustomControl/index.xml
Data Bound Custom Controls are a powerful technique for creating custom controls on a UX component.
Populate Controls in a UX Component with data from Tables
/documentation/pages/Ref/Action Javascript/Populate Controls in a UX Component with data from Tables.xml
Populate the controls in a UX component with the data from Tables. (IMPORTANT: This action is intended for an event on a UX component).
UX Controls
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/index.xml
The UX component contains a large number of different types of controls. Each of these controls comes with its own advantages as well as its own sets of properties. Some of these properties are shared across controls while others are specific to a given control type. This page contains links to the different groups of controls available in Alpha Anywhere as well as a link the Control Properties pages. If you are looking for guides on how to assemble working controls, populate controls with data, or see what a given property in a control's Properties list then this is a good place to start.
Create new table(s) to match the controls on your UX component
/documentation/pages/Guides/Mobile and Web Components/UX/Data Binding/Create Tables to Match Controls/index.xml
Creates tables for existing controls in the UX Component. The new tables and fields will match the controls in the UX. Use this command if you have designed a UX component and would now like to create table(s) that match the structure of your UX. Once you have created table(s) to match the structure of your UX, you will be able to add code int he 'afterDialogValidate' event to save the data that the user submits to one or more tables.
Populate controls in an UNBOUND UX component with data from a table
/documentation/pages/Ref/Action Javascript/Populate controls in an UNBOUND UX component with data from a table.xml
Populates controls in a UX component with data from a table. Use this action (rather than the 'Populate Controls in a UX Component with data from Tables' action) if the UX component has not been bound to a database (see the 'Data Binding' pane in the builder).