source: Dev/branches/rest-dojo-ui/client/dojox/mobile/mobile-all.js @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 982 bytes
Line 
1define([
2        "./_base",
3        "./compat",
4        "./Button",
5        "./Carousel",
6        "./CheckBox",
7        "./ComboBox",
8        "./ContentPane",
9        "./EdgeToEdgeDataList",
10        "./ExpandingTextArea",
11        "./FixedSplitter",
12        "./FixedSplitterPane",
13        "./FlippableView",
14        "./IconContainer",
15        "./IconItem",
16        "./Opener",
17        "./Overlay",
18        "./PageIndicator",
19        "./RadioButton",
20        "./RoundRectDataList",
21        "./ScrollableView",
22        "./Slider",
23        "./SpinWheel",
24        "./SpinWheelDatePicker",
25        "./SpinWheelSlot",
26        "./SpinWheelTimePicker",
27        "./SwapView",
28        "./Switch",
29        "./TabBar",
30        "./TabBarButton",
31        "./TextArea",
32        "./TextBox",
33        "./ToggleButton",
34        "./Tooltip",
35        "./transition",
36        "./TransitionEvent",
37        "./ViewController"
38], function(common){
39        // module:
40        //              dojox/mobile/mobile-all
41        // summary:
42        //              A rollup that includes every mobile module. You probably don't need this.
43
44        console.warn("mobile-all may include much more code than your application actually requires. We strongly recommend that you investigate a custom build.");
45
46        return common;
47});
Note: See TracBrowser for help on using the repository browser.