Subversion Repositories Applications.papyrus

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2150 mathias 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.