{dialog.object}.getFromDataCache Method
/documentation/pages/Ref/Client_Api/UX/UX methods/Data Cache and Data Series/getFromDataCache Method.xml
Reads an item in the client-side data cache. Makes an ajax callback to the server to download the data if it isn't already in the cache.
Page head section
/documentation/pages/Guides/Mobile and Web Components/UX/Properties/Application Cache/Page head section.xml
Allows custom markup to be added to the head section of the UX Component's static HTML page stored in the Application Cache.
Publish data to client-side
/documentation/pages/Guides/Mobile and Web Components/UX/Properties/Data Series/Publish data to client side.xml
Specify that all data series data should be published client-side, making it available in offline applications and client-side JavaScript.
Do incremental refresh after List is populated
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/List Prop/ListProp/Do incremental.xml
Specify if an incremental refresh should be performed after the List is populated. An incremental refresh will not refresh List rows that have been edited but have not been persisted back to server.
How to use the File System for Photos in a Cordova Application
/documentation/pages/HowTo/PhoneGap/Using the FileSystem for Photos.xml
Media files (images, videos, and audio files) can be stored on a device's file system rather than Local Storage in Cordova applications, letting you provide access to media files when the application goes offline.
PhoneGap - SQLite Actions
/documentation/pages/Ref/Action Javascript/Cordova SQLite Actions.xml
The UX component has extensive support for working with SQLite databases in a Cordova application.
Method for defining buttons
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/Button List Properties/Method for defining buttons.xml
The choices in a ButtonList control can be statically defined using the ButtonList Builder or static JSON or dynamically computed using a Data Series or the Client-side Data Cache.
How to Run the Installer Unattended
/documentation/pages/HowTo/Installation/Run the Installer Unattended.xml
The Universal Installer can be run without a UI when an automated installation is needed.
Other Properties
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/Detail View/Other Properties/index.xml
Configure submission location info, what to do if there are no records in the List, the default value policy for new records, timestamp data, and more for a List's Detail View.
Multi-Language Support in Mobile Apps
/documentation/pages/Guides/Localization/localizing mobile apps.xml
Adding multi-language support for an offline-enabled iOS or Android mobile application cannot be done using Language tags or Text Dictionary tags since these tags are resolved by the Alpha Anywhere Application Server, requiring an Ajax Callback. This article explains how to add multi-language support in an offline application.