README 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. -------------------------------------------------------------------------------
  2. dojox.form Collection
  3. -------------------------------------------------------------------------------
  4. Version 1.0
  5. Release date: 02/26/2008
  6. -------------------------------------------------------------------------------
  7. Project state:
  8. experimental
  9. -------------------------------------------------------------------------------
  10. Credits
  11. Nathan Toone (toonetown)
  12. Peter Higgins (dante)
  13. Wolfram Kriesing (wolfram)
  14. Mike Wilcox (mwilcox)
  15. -------------------------------------------------------------------------------
  16. Project description
  17. This is a collection of additional widgets that can be used in forms.
  18. -------------------------------------------------------------------------------
  19. Dependencies:
  20. Depends on dojo core and dijit
  21. dojo.form.FileUploader depends on dojox.embed, and uses Flash movies created
  22. in the deft project using Flex OSS 3. You do not need any of the deft code;
  23. compiled movies are included with dojox.form in the resources folder.
  24. If you want to modify the actual movies, you can look in the deft project
  25. (under the package deft.av).
  26. -------------------------------------------------------------------------------
  27. Documentation
  28. -------------------------------------------------------------------------------
  29. Installation instructions
  30. Install into /dojox/form
  31. -------------------------------------------------------------------------------
  32. Additional Notes (Brief widget list):
  33. * CheckedMultiSelect - an extension to dijit.form.MultiSelect which
  34. uses check boxes instead of ctrl-click
  35. * DropDownSelect - an extension to dijit.form.DropDownButton which is
  36. meant to mirror the html <select> drop down
  37. * DropDownStack/RadioStack - a widget that can toggle parts of a form as
  38. "on" or "off" - to allow for different options based on
  39. the value selected.
  40. * FileInput - experimental dijit-like input type="file"
  41. * FileInputAuto/Blind - extension to FileInput for
  42. added flair/automation
  43. * FilePickerTextBox - a validating text box that can browser server-side
  44. files using a dojox.data.FileStore
  45. * FileUploader - Allows for Multi-file uploads and file masking. Uses a SWF
  46. file created with Deft. Compatible with Flash Player
  47. versions 8-10. Degradeable to a multi-file HTML uploader.
  48. * ListInput - A text-box widget that allows inputting multiple items (similar
  49. to the "to" field on many email clients)
  50. * MultiComboBox - an experimental ComboBox that allows
  51. multiple entries bases on a separator character.
  52. * PasswordValidator - a widget which simplifies the common "old/new/verify"
  53. mechanism of specifying passwords
  54. * Rating - a star-based rating widget
  55. * TimeSpinner - a number spinner that revolves through
  56. time constrainsts