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

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.

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