- 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.
- 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.
- 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.
- 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.
- PDF from HTML
/documentation/pages/Ref/Action Javascript/PDF from HTML.xml
Get the HTML inside a container and convert to PDF.
- 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.
- 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).
- Advanced Properties
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/other/ControlBar Properties/ControlBar properties/Items/Advanced/index.xml
Advanced properties can be used to generate the JavaScript code used to display a disclosure.
- Advanced Properties
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Custom/SemiCircularNumberDisplay/Advanced/index.xml
Advanced Properties
- 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.