6202ffe751639cd3f2530670295e996170eead27.svn-base 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. -------------------------------------------------------------------------------
  2. dojox.widget Collection
  3. -------------------------------------------------------------------------------
  4. Version 1.0
  5. Release date: 10/31/2007
  6. -------------------------------------------------------------------------------
  7. Project state:
  8. expermental | beta
  9. -------------------------------------------------------------------------------
  10. Credits
  11. Peter Higgins (dante)
  12. Karl Tiedt (ktiedt@gmail.com)
  13. -------------------------------------------------------------------------------
  14. Project description
  15. This is a collection of standalone widgets for use in
  16. your website. Each individual widget is independant
  17. of the others.
  18. -------------------------------------------------------------------------------
  19. Dependencies:
  20. Each widget has it's own requirements and dependencies.
  21. Most inherit from dijit base-classes such as dijit._Widget,
  22. dijit._Templated, etc ... So we will assume the availablility
  23. of dojo (core), and dijit packages.
  24. -------------------------------------------------------------------------------
  25. Documentation
  26. Please refer to the API-tool, or in-line documentation.
  27. -------------------------------------------------------------------------------
  28. Installation instructions
  29. These are standalone Widgets, so putting the [widget].js file
  30. in your dojox/widget folder, and copying any files in the
  31. /dojox/widget/[widget]/ folder as supplements/templates/etc
  32. should be all you need to do.
  33. eg: FisheyeList:
  34. /dojox/widget/FisheyeList.js
  35. /dojox/widget/FisheyeList/blank.gif
  36. /dojox/widget/FisheyeList/FisheyeList.css
  37. should be all you need to use the Fisheye widget.
  38. you can safely import the whole widget project into your
  39. dojox/ root directory from the following SVN url:
  40. http://svn.dojotoolkit.org/dojo/dojox/widget
  41. -------------------------------------------------------------------------------
  42. Other Notes (Brief widget list):
  43. * ColorPicker - Photoshop-like color picker
  44. * FileInput - experimental dijit-like input type="file"
  45. * FileInputAuto/Blind - extension to FileInput for
  46. added flair/automation
  47. * FisheyeList - the classic FishEye Picker
  48. * Iterator - Basic array and datastore iterator class
  49. * SortList - a degradable UL with a fixed header, scrolling,
  50. and sorting. Can be the direct descendat of a
  51. LayoutContainer and will size to fit.
  52. * TimeSpinner - a number spinner that revolves through
  53. time constrainsts
  54. * Toaster - a messaging system to display non-obstrusive
  55. alerts on screen.