source: Dev/trunk/src/client/dojox/mobile/mobile-all.js @ 529

Last change on this file since 529 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 1.8 KB
Line 
1define([
2        "./_base",
3        "./_EditableIconMixin",
4        "./_EditableListMixin",
5        "./_ExecScriptMixin",
6        "./_IconItemPane",
7        "./Accordion",
8        "./Audio",
9        "./Badge",
10        "./Button",
11        "./Carousel",
12        "./CarouselItem",
13        "./CheckBox",
14        "./ComboBox",
15        "./compat",
16        "./ContentPane",
17        "./DataCarousel",
18        "./DatePicker",
19        "./EdgeToEdgeDataList",
20        "./EdgeToEdgeStoreList",
21        "./ExpandingTextArea",
22        "./FixedSplitter",
23        "./FixedSplitterPane",
24        "./GridLayout",
25        "./Icon",
26        "./IconContainer",
27        "./IconItem",
28        "./IconMenu",
29        "./IconMenuItem",
30        "./Opener",
31        "./Overlay",
32        "./PageIndicator",
33        "./ProgressBar",
34        "./RadioButton",
35        "./Rating",
36        "./RoundRectDataList",
37        "./RoundRectStoreList",
38        "./ScreenSizeAware",
39        "./ScrollablePane",
40        "./ScrollableView",
41        "./SearchBox",
42        "./Slider",
43        "./SpinWheel",
44        "./SpinWheelDatePicker",
45        "./SpinWheelSlot",
46        "./SpinWheelTimePicker",
47        "./StoreCarousel",
48        "./SwapView",
49        "./TabBar",
50        "./TabBarButton",
51        "./TextArea",
52        "./TextBox",
53        "./TimePicker",
54        "./ToggleButton",
55        "./Tooltip",
56        "./transition",
57        "./TransitionEvent",
58        "./TreeView",
59        "./ValuePicker",
60        "./ValuePickerDatePicker",
61        "./ValuePickerSlot",
62        "./ValuePickerTimePicker",
63        "./Video",
64        "./ViewController",
65        "./dh/ContentTypeMap",
66        "./dh/DataHandler",
67        "./dh/HtmlContentHandler",
68        "./dh/HtmlScriptContentHandler",
69        "./dh/JsonContentHandler",
70        "./dh/PatternFileTypeMap",
71        "./dh/StringDataSource",
72        "./dh/SuffixFileTypeMap",
73        "./dh/UrlDataSource"
74], function(common){
75        // module:
76        //              dojox/mobile/mobile-all
77
78        console.warn("dojox/mobile/mobile-all may include much more code than your application actually requires. We strongly recommend that you use a custom build.");
79
80        /*=====
81        return {
82                // summary:
83                //              A roll-up that includes every mobile module. You probably don't need
84                //              this. Demo purposes only.
85        };
86        =====*/
87        return common;
88});
Note: See TracBrowser for help on using the repository browser.