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

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.

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