| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 | -------------------------------------------------------------------------------Project Name:  dojox.mobile-------------------------------------------------------------------------------Version 1.0Release date: 03/23/2010-------------------------------------------------------------------------------Project state:dojox.mobile: stabledojox.mobile.app: experimental-------------------------------------------------------------------------------[ NO ]	l18n support?[ NO ]	a11y support?-------------------------------------------------------------------------------Credits:       Jared Jurkiewicz (jared.jurkiewicz@gmail.com)       Yoshiroh Kamiyama (Contributor to Jared of base code).       Shane O'Sullivan (dojox.mobile.app)-------------------------------------------------------------------------------Project descriptionThis project tries to solve an area lacking in dojo, namely better support for mobile devices.  This project provides through CSS3 andcustom styles, interfaces that display and work well on mobile devices such as the Android and iPhone Smart Phones.The code is deliberately kept as lightweight as possible, using CSS3 animationsand the like to perform the effects.  There is a compat.js, which will simulatemost of the effects using dojo.animateProperty and dojox.fx where possible onbrowsers such as FireFox and IE.  It will not load by default, it has to berequired in separately.-------------------------------------------------------------------------------Dependencies:        dojo base        dijit/_WidgetBase.js-------------------------------------------------------------------------------Documentation        Documentation resides at:        http://dojotoolkit.org/reference-guide/dojox/mobile.html-------------------------------------------------------------------------------Installation instructionsGrab the following from the Dojo SVN Repository:http://svn.dojotoolkit.org/src/dojox/trunk/mobile/*http://svn.dojotoolkit.org/src/dojox/trunk/mobile.jsInstall into the following directory structure:/dojox/mobile.js/dojox/mobile/*...which should be at the same level as your Dojo checkout.then dojo.require("dojox.mobile") in your application to load it.-------------------------------------------------------------------------------
 |