Skip navigation links
Project Wonder 7.5-SNAPSHOT

Package er.jqm

ERJQMobile

See: Description

Package er.jqm Description

ERJQMobile

Overview

This is a framework for the jQueryMobile library.

It starts with jQueryMobile Version 1.4.x.

Upgrade projects von jqm 1.2 (ERJQueryMobile.framework) to 1.4.x (ERJQMobile.framework)

  1. The binding names where changed to the corresponding jqm api names.
    (the old binding names will be recognized also, but you will get a "deprecated" notice in the java console.)
  2. You need to convert the theme css to 1.4.x using theme roler
  3. Some components are renamed or set to "deprecated"
  4. Components in er.jquerymobile.components are NOT converted !

New Properties for loading required javascript and css

#########################################################################
#### LOAD Information
#### 
#### odn    - Use online version
#### local  - Use local version (minimized)
#### dev    - Use local version (developer)
#### custom - Your own path to files
#########################################################################

er.jqm.css-theme=local
er.jqm.css-icons=local
er.jqm.css-structure=odn
er.jqm.jquery=odn
er.jqm.javascript=odn
er.jqm.autocomplete=local

In development you can use the following lines in your projects Properties file:

er.jqm.css-theme=custom
er.jqm.css-icons=local
er.jqm.css-structure=local
er.jqm.jquery=local
er.jqm.javascript=local
er.jqm.autocomplete=local

er.jqm.css-theme.custom.location=static://css.mobile/my-own-theme.css

Using ERQMAjaxUpdateContainer

You need to add the following to your Session class
Skip navigation links
Last updated: Fri, Nov 22, 2024 • 08:08 AM CET

Copyright © 2002 – 2024 Project Wonder.