mobile-all.js 1009 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. define("dojox/mobile/mobile-all", [
  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. console.warn("mobile-all may include much more code than your application actually requires. We strongly recommend that you investigate a custom build.");
  44. return common;
  45. });