Getting Started Offline
/documentation/pages/GettingStarted/Offline/index.html
How to Create an Offline Installer
/documentation/pages/HowTo/Installation/Creating an Offline Installer.xml
A standalone installer for any version of Alpha Anywhere (Developer Edition, Application Server for IIS, Application Server, and Runtime) can be created using the Universal Installer.
How to Capture Media Files in an Offline Mobile Application
/documentation/pages/HowTo/PhoneGap/Capture Media Files.xml
Learn how to build a mobile app that can be used to capture images and audio while the device is offline.
How to Use SQLite to Store Database Records in Offline Applications
/documentation/pages/HowTo/PhoneGap/SQLite.xml
SQLite can be used in Cordova applications to store a large number of records, including images, on mobile devices.
How to Store Large Amounts of Data on a Mobile Device for Offline Use
/documentation/pages/HowTo/PhoneGap/Offline Data Storage.xml
Large amounts of data can be stored on a device's file system.
How to Store Data for Offline Access Using Local Storage, IndexedDB, or a Device's File System
/documentation/pages/HowTo/UX/Store data offline.xml
Data can be stored offline in several locations depending on the application type.
Target Panel
/documentation/pages/Guides/Mobile and Web Components/UX/Properties/Login/Target panel.xml
The Panel to navigate to when the user logs in successfully.
{dialog.object}._setSimulatedOnlineStatus Method
/documentation/pages/Ref/Client_Api/UX/UX methods/General/_setSimulatedOnlineStatus Method.xml
Allows you to simulate offline behavior of you component event when you have a connection.
{dialog.object}._getOnlineStatus Method
/documentation/pages/Ref/Client_Api/UX/UX methods/General/_getOnlineStatus Method.xml
Returns true if the device has an internet connection. Returns false if there is no connection.
Synchronization policy
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/Detail View/Detail View Properties/Synchronization policy.xml
Defines settings for Synchronizing in-memory data in the UX Component with data stored on the Server, including when modified data should be uploaded (synchronized) as well as when to check for and download new and modified records. The policy can be set to trigger when a record is saved or when the List is explicitly synched using the "Synchronize" button. Synchronization policy is only available for Lists based on a SQL Data Source.