Global Cube a16e27ced8 init 2 years ago
..
app a16e27ced8 init 2 years ago
build a16e27ced8 init 2 years ago
themes a16e27ced8 init 2 years ago
Button.js a16e27ced8 init 2 years ago
Carousel.js a16e27ced8 init 2 years ago
CheckBox.js a16e27ced8 init 2 years ago
ComboBox.js a16e27ced8 init 2 years ago
ContentPane.js a16e27ced8 init 2 years ago
EdgeToEdgeCategory.js a16e27ced8 init 2 years ago
EdgeToEdgeDataList.js a16e27ced8 init 2 years ago
EdgeToEdgeList.js a16e27ced8 init 2 years ago
ExpandingTextArea.js a16e27ced8 init 2 years ago
FixedSplitter.js a16e27ced8 init 2 years ago
FixedSplitterPane.js a16e27ced8 init 2 years ago
FlippableView.js a16e27ced8 init 2 years ago
Heading.js a16e27ced8 init 2 years ago
IconContainer.js a16e27ced8 init 2 years ago
IconItem.js a16e27ced8 init 2 years ago
ListItem.js a16e27ced8 init 2 years ago
Opener.js a16e27ced8 init 2 years ago
Overlay.js a16e27ced8 init 2 years ago
PageIndicator.js a16e27ced8 init 2 years ago
ProgressIndicator.js a16e27ced8 init 2 years ago
README a16e27ced8 init 2 years ago
RadioButton.js a16e27ced8 init 2 years ago
RoundRect.js a16e27ced8 init 2 years ago
RoundRectCategory.js a16e27ced8 init 2 years ago
RoundRectDataList.js a16e27ced8 init 2 years ago
RoundRectList.js a16e27ced8 init 2 years ago
ScrollableView.js a16e27ced8 init 2 years ago
Slider.js a16e27ced8 init 2 years ago
SpinWheel.js a16e27ced8 init 2 years ago
SpinWheelDatePicker.js a16e27ced8 init 2 years ago
SpinWheelSlot.js a16e27ced8 init 2 years ago
SpinWheelTimePicker.js a16e27ced8 init 2 years ago
SwapView.js a16e27ced8 init 2 years ago
Switch.js a16e27ced8 init 2 years ago
TabBar.js a16e27ced8 init 2 years ago
TabBarButton.js a16e27ced8 init 2 years ago
TextArea.js a16e27ced8 init 2 years ago
TextBox.js a16e27ced8 init 2 years ago
ToggleButton.js a16e27ced8 init 2 years ago
ToolBarButton.js a16e27ced8 init 2 years ago
Tooltip.js a16e27ced8 init 2 years ago
TransitionEvent.js a16e27ced8 init 2 years ago
View.js a16e27ced8 init 2 years ago
ViewController.js a16e27ced8 init 2 years ago
_ComboBoxMenu.js a16e27ced8 init 2 years ago
_DataListMixin.js a16e27ced8 init 2 years ago
_ItemBase.js a16e27ced8 init 2 years ago
_ListTouchMixin.js a16e27ced8 init 2 years ago
_ScrollableMixin.js a16e27ced8 init 2 years ago
_base.js a16e27ced8 init 2 years ago
_compat.js a16e27ced8 init 2 years ago
app.js a16e27ced8 init 2 years ago
app.js.uncompressed.js a16e27ced8 init 2 years ago
common.js a16e27ced8 init 2 years ago
compat.js a16e27ced8 init 2 years ago
compat.js.uncompressed.js a16e27ced8 init 2 years ago
deviceTheme.js a16e27ced8 init 2 years ago
i18n.js a16e27ced8 init 2 years ago
mobile-all.js a16e27ced8 init 2 years ago
parser.js a16e27ced8 init 2 years ago
scrollable.js a16e27ced8 init 2 years ago
sniff.js a16e27ced8 init 2 years ago
transition.js a16e27ced8 init 2 years ago
uacss.js a16e27ced8 init 2 years ago

README

-------------------------------------------------------------------------------
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.

-------------------------------------------------------------------------------