summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/mobile/README
diff options
context:
space:
mode:
authorTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
committerTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
commitb62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch)
tree86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo-1.7.2/dojox/mobile/README
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to 'js/dojo-1.7.2/dojox/mobile/README')
-rw-r--r--js/dojo-1.7.2/dojox/mobile/README57
1 files changed, 57 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/mobile/README b/js/dojo-1.7.2/dojox/mobile/README
new file mode 100644
index 0000000..d9ede45
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/mobile/README
@@ -0,0 +1,57 @@
+-------------------------------------------------------------------------------
+Project Name: dojox.mobile
+-------------------------------------------------------------------------------
+Version 1.0
+Release date: 03/23/2010
+-------------------------------------------------------------------------------
+Project state:
+dojox.mobile: stable
+dojox.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 description
+
+This project tries to solve an area lacking in dojo, namely better
+support for mobile devices. This project provides through CSS3 and
+custom 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 animations
+and the like to perform the effects. There is a compat.js, which will simulate
+most of the effects using dojo.animateProperty and dojox.fx where possible on
+browsers such as FireFox and IE. It will not load by default, it has to be
+required in separately.
+-------------------------------------------------------------------------------
+Dependencies:
+ dojo base
+ dijit/_WidgetBase.js
+-------------------------------------------------------------------------------
+Documentation
+ Documentation resides at:
+ http://dojotoolkit.org/reference-guide/dojox/mobile.html
+
+-------------------------------------------------------------------------------
+Installation instructions
+
+Grab the following from the Dojo SVN Repository:
+http://svn.dojotoolkit.org/src/dojox/trunk/mobile/*
+http://svn.dojotoolkit.org/src/dojox/trunk/mobile.js
+
+Install 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.
+
+-------------------------------------------------------------------------------
+