You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
1.6 KiB
75 lines
1.6 KiB
define([ |
|
"./main", |
|
"./dijit", |
|
"./ColorPalette", |
|
"./Declaration", |
|
"./Dialog", |
|
"./DialogUnderlay", |
|
"./TooltipDialog", |
|
"./Editor", |
|
"./_editor/plugins/FontChoice", |
|
"./_editor/plugins/LinkDialog", |
|
"./Menu", |
|
"./MenuItem", |
|
"./PopupMenuItem", |
|
"./CheckedMenuItem", |
|
"./MenuBar", |
|
"./MenuBarItem", |
|
"./PopupMenuBarItem", |
|
"./MenuSeparator", |
|
"./ProgressBar", |
|
"./TitlePane", |
|
"./Toolbar", |
|
"./Tooltip", |
|
"./Tree", |
|
"./InlineEditBox", |
|
"./form/Form", |
|
"./form/Button", |
|
"./form/DropDownButton", |
|
"./form/ComboButton", |
|
"./form/ToggleButton", |
|
"./form/CheckBox", |
|
"./form/RadioButton", |
|
"./form/TextBox", |
|
"./form/ValidationTextBox", |
|
"./form/CurrencyTextBox", |
|
"./form/DateTextBox", |
|
"./form/TimeTextBox", |
|
"./form/NumberSpinner", |
|
"./form/NumberTextBox", |
|
"./form/ComboBox", |
|
"./form/FilteringSelect", |
|
"./form/MultiSelect", |
|
"./form/Select", |
|
"./form/HorizontalSlider", |
|
"./form/VerticalSlider", |
|
"./form/HorizontalRule", |
|
"./form/VerticalRule", |
|
"./form/HorizontalRuleLabels", |
|
"./form/VerticalRuleLabels", |
|
"./form/SimpleTextarea", |
|
"./form/Textarea", |
|
"./layout/AccordionContainer", |
|
"./layout/ContentPane", |
|
"./layout/BorderContainer", |
|
"./layout/LayoutContainer", |
|
"./layout/LinkPane", |
|
"./layout/SplitContainer", |
|
"./layout/StackContainer", |
|
"./layout/TabContainer" |
|
], function(dijit){ |
|
|
|
// module: |
|
// dijit/dijit-all |
|
|
|
/*===== |
|
return { |
|
// summary: |
|
// A rollup that includes every dijit. You probably don't need this. |
|
}; |
|
=====*/ |
|
|
|
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"); |
|
|
|
return dijit; |
|
});
|
|
|