Page title
/documentation/pages/Guides/Mobile and Web Components/UX/Properties/Application Cache/Page title.xml
Specify the page title for the static HTML page shown in the title bar in the web browser.
Javascript - updateReady
/documentation/pages/Guides/Mobile and Web Components/UX/Properties/Application Cache/Javascript - updateReady.xml
Fires when the updates to the cached files have been succesfully downloaded.
{dialog.object}.refreshDataCacheItem Method
/documentation/pages/Ref/Client_Api/UX/UX methods/Data Cache and Data Series/refreshDataCacheItem Method.xml
Refreshes the data in one or more client-side data cache items.
Getting Started with Alpha Anywhere
/documentation/pages/GettingStarted/index.html
How to Store Data in Local Storage Using Client-side Data Cache
/documentation/pages/HowTo/UX/Client Side Data Cache Local Storage.xml
Learn how to use the Client-side Data Cache to download and store data in Local Storage in Cordova applications.
{dialog.object}.readDataCacheItems Method
/documentation/pages/Ref/Client_Api/UX/UX methods/Data Cache and Data Series/readDataCacheItems Method.xml
Reads multiple data items, then calls the onComplete event. Contrast with .getFromDataCache() which reads a single item.
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.
DataSeries Actions... (multiple actions)
/documentation/pages/Ref/Action Javascript/DataSeries Actions multiple actions.xml
Perform actions on a DataSeries, including refreshing a data series or reading a data series.
Client-side Data Cache Editor
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Menu/Client-side Data Cache Editor/index.xml
Download and store data - files, images, data from a SQL database, etc - locally on the client using the Client-side Data Cache. Data stored on the client can be referenced locally using JavaScript and is available offline in mobile applications.
Javascript - cacheError
/documentation/pages/Guides/Mobile and Web Components/UX/Properties/Application Cache/Javascript - cacheError.xml
Fires if there was an error loading the Application Cache. If an error occurs, the UX Component will not be rendered.