• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

app/H03-May-2022-

build/H13-Dec-2021-7152

themes/H13-Dec-2021-55,90354,701

READMEH A D13-Dec-20212.3 KiB5847

README

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