- UX Controls
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/other/Form Properties/Form properties/Data Source/UX Controls.xml
Here
- 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.
- How to Create Add-in Controls
/documentation/pages/HowTo/UX/Create addin controls.xml
Custom controls can be created and added to the Alpha Anywhere environment or the 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.
- Using AI to create a UX Component
/documentation/pages/Guides/AI/Using AI to Create a UX Component.xml
Create a UX component using AI with data binding. Choose a datasource, provide a prompt informed by schema, then save and preview the generated component.
- Create a Chart in the UX Component
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/Chart/Create a Chart in the UX Component.xml
This example shows how to create a simple pie chart with a Static data series.
- 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.)
- How to Find Controls in a Large UX Component
/documentation/pages/HowTo/UX/Quick Find Genie.xml
The Quick Find Genie is useful for finding controls in components with a large number of controls.
- How to Use Custom Controls in a Grid Component
/documentation/pages/HowTo/Grid/Using Custom Controls in a Grid Component.xml
This topic discusses an advanced use of a Custom Control in a Grid 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).