Create static HTML files
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Menu/Create static HTML files.xml
Generate a static HTML version of your UX component. Several different files will be generated (e.g. .html, .css, .js, etc.). The collection of files is referred to as a 'fileset'. You must save the component that you want to convert to HTML before you can use this feature.
Populating Dynamic Controls in Static HTML
/documentation/pages/Guides/Mobile and Web Components/UX/Properties/Advanced/Populating Dynamic Controls in Static HTML.xml
How to populate RadioButton, CheckBox, and Dropdown controls with dynamic data when using the Static HTML option.
Create static HTML file(s) when component is saved
/documentation/pages/Guides/Mobile and Web Components/UX/Properties/Advanced/Create static HTML file(s) when component is saved.xml
Configure Alpha Anywhere to automatically create a static HTML version of the UX component each time the component is saved.
Method for opening UX in a Cordova or Static HTML application
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/other/Optimization (PhoneGap-Static HTML)/Method for opening UX in a PhoneGap or Static HTML application.xml
Normally, this component is opened by making an Ajax callback to the server. In a mobile Cordova application, or a static HTML application, the device might not have a connection to the server and so making an Ajax callback is not possible. In this case you can render a pre-computed version of the target UX component.
UX Controls
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/other/Form Properties/Form properties/Data Source/UX Controls.xml
Here
Improved UX Component Performance using Static HTML
/documentation/pages/Guides/Mobile and Web Components/UX/Improved Performance with Static HTML.xml
Configure UX components to deliver significantly faster initial load times by rendering a static HTML version of the component at runtime.
Optimization (PhoneGap-Static HTML)
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/other/Optimization (PhoneGap-Static HTML)/index.xml
optimization properties for PhoneGap static html.
Create a static HTML page with an Application Cache
/documentation/pages/Guides/Mobile and Web Components/UX/Properties/Application Cache/Create static HTML page.xml
Specify if a static HTML page should be created for the UX Component. The page will define an application cache so that it can be loaded (after its initial load) even if there is no connection to the server.
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.
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.)