]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dojox/validate/README
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dojox / validate / README
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
15         Provides a set of validation functions to match
16         values against known constants for use in form
17         validation, such as email address, TLD, ipAddress,
18         country-specific phone numbers and SSN, among
19         others.. 
20
21 -------------------------------------------------------------------------------
22 Dependencies:
23
24         Requires dojo base and dojo.regexp.
25
26 -------------------------------------------------------------------------------
27 Installation instructions
28
29 Grab the following from the Dojo SVN Repository:
30
31 http://svn.dojotoolkit.org/dojo/dojox/trunk/validate.js
32 http://svn.dojotoolkit.org/dojo/dojox/trunk/validate
33
34 Install into the following directory structure:
35 /dojox/validate/
36
37 ...which should be at the same level as your Dojo checkout.