Framework for jQueryMobile 1.4.x
Framework for jQueryMobile 1.4.x
- Subject: Framework for jQueryMobile 1.4.x
- From: Stefan Klein <email@hidden>
- Date: Mon, 31 Mar 2014 17:36:23 +0200
Hi, the first step is done.
To see it in action you can try http://mobil.hortigate.de or
http://m.psinfo.org ( <- this one was converted from 1.2 up
to 1.4).
Sorry, but both have a german gui only.
Stefan
---------------------------
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)
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.)
You need to convert the theme css to 1.4.x using
theme roler
Some components are renamed or set to "deprecated"
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
@Override
public WOActionResults invokeAction(WORequest
request, WOContext context)
{
WOActionResults result =
super.invokeAction(request, context);
result =
ERQMSessionHelper.checkForUpdateContainer(result,
request, context);
return result;
}
TODO
remove Ajax.framework dependency
example project
documentation
documentation
documentation
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden