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

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.

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