Child pages
  • Using JQueryMobile JavaScript Library
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

JQueryMobile library

Servoy mobile is using JQueryMobile especially for all GUI, this means its default available and ready to use and access from servoy script methods.

See official API docs, for how to utilize the library. The widgets part might be of most use inside Servoy Mobile. 

Examples

To show a loading indicator use:

$.mobile.loading('show', {text: 'Hello World', textVisible: true});

to hide it again, use:

$.mobile.loading('hide')

 

To change the default page transitions, use:

 

  • No labels