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