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

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.

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