d847781af67dbee67d92d01502aa0c2222666a27.svn-base 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. -------------------------------------------------------------------------------
  2. dojox.validate
  3. -------------------------------------------------------------------------------
  4. Version 0.01
  5. Release date: 07/12/2007
  6. -------------------------------------------------------------------------------
  7. Project state: experimental / beta
  8. -------------------------------------------------------------------------------
  9. Credits
  10. port: Peter Higgins (dante)
  11. contributions: Kun Xi (bookstack@gmail.com)
  12. -------------------------------------------------------------------------------
  13. Project description
  14. Provides a set of validation functions to match
  15. values against known constants for use in form
  16. validation, such as email address, TLD, ipAddress,
  17. country-specific phone numbers and SSN, among
  18. others..
  19. -------------------------------------------------------------------------------
  20. Dependencies:
  21. Requires dojo base and dojo.regexp.
  22. -------------------------------------------------------------------------------
  23. Installation instructions
  24. Grab the following from the Dojo SVN Repository:
  25. http://svn.dojotoolkit.org/dojo/dojox/trunk/validate.js
  26. http://svn.dojotoolkit.org/dojo/dojox/trunk/validate
  27. Install into the following directory structure:
  28. /dojox/validate/
  29. ...which should be at the same level as your Dojo checkout.