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

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.

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