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

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.

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