1 define("dijit/dijit-all", [
10 "./_editor/plugins/FontChoice",
11 "./_editor/plugins/LinkDialog",
28 "./form/DropDownButton",
30 "./form/ToggleButton",
34 "./form/ValidationTextBox",
35 "./form/CurrencyTextBox",
38 "./form/NumberSpinner",
39 "./form/NumberTextBox",
41 "./form/FilteringSelect",
44 "./form/HorizontalSlider",
45 "./form/VerticalSlider",
46 "./form/HorizontalRule",
47 "./form/VerticalRule",
48 "./form/HorizontalRuleLabels",
49 "./form/VerticalRuleLabels",
50 "./form/SimpleTextarea",
52 "./layout/AccordionContainer",
53 "./layout/ContentPane",
54 "./layout/BorderContainer",
55 "./layout/LayoutContainer",
57 "./layout/SplitContainer",
58 "./layout/StackContainer",
59 "./layout/TabContainer"
68 // A rollup that includes every dijit. You probably don't need this.
72 console.warn("dijit-all may include much more code than your application actually requires. We strongly recommend that you investigate a custom build or the web build tool");