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

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.

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