root / trunk / web / dojo / dojox / mobile / README @ 10
History | View | Annotate | Download (2.18 KB)
| 1 | 9 | andrej.cim | -------------------------------------------------------------------------------  | 
      
|---|---|---|---|
| 2 | Project Name: dojox.mobile  | 
      ||
| 3 | -------------------------------------------------------------------------------  | 
      ||
| 4 | Version 0.01  | 
      ||
| 5 | Release date: 03/23/2010  | 
      ||
| 6 | -------------------------------------------------------------------------------  | 
      ||
| 7 | Project state:  | 
      ||
| 8 | experimental  | 
      ||
| 9 | -------------------------------------------------------------------------------  | 
      ||
| 10 | [ NO ] l18n support?  | 
      ||
| 11 | [ NO ] a11y support?  | 
      ||
| 12 | -------------------------------------------------------------------------------  | 
      ||
| 13 | Credits:  | 
      ||
| 14 | Jared Jurkiewicz (jared.jurkiewicz@gmail.com)  | 
      ||
| 15 | Yoshiroh Kamiyama (Contributor to Jared of base code).  | 
      ||
| 16 | |||
| 17 | -------------------------------------------------------------------------------  | 
      ||
| 18 | Project description  | 
      ||
| 19 | |||
| 20 | This project tries to solve an area lacking in dojo, namely better  | 
      ||
| 21 | support for mobile devices. This project provides through CSS3 and  | 
      ||
| 22 | custom styles, interfaces that display and work well on mobile devices  | 
      ||
| 23 | such as the Android and iPhone Smart Phones.  | 
      ||
| 24 | |||
| 25 | The code is deliberately kept as lightweight as possible, using CSS3 animations  | 
      ||
| 26 | and the like to perform the effects. There is a compat.js, which will simulate  | 
      ||
| 27 | most of the effects using dojo.animateProperty and dojox.gfx where possible on  | 
      ||
| 28 | browsers such as FireFox and IE. It will not load by default, it has to be  | 
      ||
| 29 | required in separately.  | 
      ||
| 30 | -------------------------------------------------------------------------------  | 
      ||
| 31 | Dependencies:  | 
      ||
| 32 | dojo base  | 
      ||
| 33 | dijit/_Widget.js  | 
      ||
| 34 | -------------------------------------------------------------------------------  | 
      ||
| 35 | Documentation  | 
      ||
| 36 | Documentatation will reside at:  | 
      ||
| 37 | http://docs.dojocampus.org/dojox/mobile  | 
      ||
| 38 | |||
| 39 | -------------------------------------------------------------------------------  | 
      ||
| 40 | Installation instructions  | 
      ||
| 41 | |||
| 42 | Grab the following from the Dojo SVN Repository:  | 
      ||
| 43 | http://svn.dojotoolkit.org/src/dojox/trunk/mobile/*  | 
      ||
| 44 | http://svn.dojotoolkit.org/src/dojox/trunk/mobile.js  | 
      ||
| 45 | |||
| 46 | Install into the following directory structure:  | 
      ||
| 47 | /dojox/mobile.js  | 
      ||
| 48 | /dojox/mobile/*  | 
      ||
| 49 | |||
| 50 | ...which should be at the same level as your Dojo checkout.  | 
      ||
| 51 | |||
| 52 | then dojo.require("dojox.mobile") in your application to load it.
 | 
      ||
| 53 | |||
| 54 | -------------------------------------------------------------------------------  |