Disconnected Data Entry - Preventing Duplicate Records when Connectivity is Lost
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/List/Disconnected Data Entry - Preventing Duplicate Records when Connectivity is Lost.xml
When you are working with disconnected data in a List control there is a small possibility of a synchronization request being submitted to the server more than once - resulting in the possibility of duplicate records in the database.
beforePageNavigate Event
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/List Prop/jsRunTime/beforePageNavigate.xml
Fires before an Ajax callback to navigate to a different page of records.
Populating Cascading DropdownBox Controls Using the Client-side Data Cache
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/DropdownBox/Populating Cascading Dropdowns from Data Cache.xml
Individual DropdownBox controls can be populated using the Client-side Data Cache easily using the *[ui:client-side-data-cache:cacheItemName(displayDataColumn,storedValueColumn)]* directive. However, this method does not work for cascading DropdownBoxes.
Static HTML page name
/documentation/pages/Guides/Mobile and Web Components/UX/Properties/Application Cache/Static HTML page name.xml
The filename for the static HTML page created for Application Cache.
Application Cache
/documentation/pages/Guides/Mobile and Web Components/UX/Properties/Application Cache/index.xml
Properties for configuring the UX Component to use the Application Cache for building offline web applications.
MobileAppFramework_Sample_Disconnected_App
/documentation/pages/Guides/Mobile and Web Components/UX/Intro/UX Templates/MobileAppFramework_Sample_Disconnected_App.xml
Demonstrates a simple mobile app that supports 'disconnected' mode.
Advanced Export to Excel, Word, HTML, or Ascii using a Report Definition
/documentation/pages/Ref/Action Javascript/Advanced Export to Excel, Word, HTML, or Ascii using a Report Definition.xml
Export data to Excel, Word, HTML or Ascii using a Report Definition
Javascript - cacheProgress
/documentation/pages/Guides/Mobile and Web Components/UX/Properties/Application Cache/Javascript - cacheProgress.xml
Fires while the files stored in the Application Cache are being downloaded. Allows you to display a progress message to the user.
Cordova File System Methods
/documentation/pages/Guides/PhoneGap/Working with Files/PhoneGap File System Methods.xml
Javascript methods available in a Cordova application for working with the file system on a mobile device.
Ajax callback to refresh row on select
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/Detail View/Detail View Properties/Ajax callback refresh row on select.xml

Specifies whether or not an Ajax Callback should be made to refresh List data when a row is selected.