<<BACK HOME CNCPT TTRL JS | sf.net/projects/validateformjs | [ u | s | M | ? ] |
rqd dec eml int len mcr bss trm sif | All Concepts | |
frm txt pwd txa rdo sl1 chk slm | All Object Types |
validate_form.js
CONTENTS:
...
System Requirements...
Installing validate_form.js
for USE...
Directory structure...
Installing validate_form.js
for BUILDING and contributing to the project
validate_form.js
: System Requirementsvalidate_form.js
requires JavaScript.
For the documentation to remember what compression level you have chosen, cookies are required.
Please please please tell me what browsers it works (or does not work) in for you. :' )
validate_form.js
is compatible with the following browsers (All platforms Windows unless noted):
validate_form.js
does not work in these browsers:
validate_form.js
: InstallationFollow these steps to start using validate_form.js
:
https://sourceforge.net/project/showfiles.php?group_id=84213
.C:\stuff\
${VFJS_ROOT}
(see below) is now equal to
C:\stuff\validate_form_js-1.9b\
C:\my_web_pages\trying_vfjs.html
../../../js_stdc/
(or ../../../js_maxc/
, or ../../../js_uncompressed/
)
../stuff/validate_form_js-1.9b/js_stdc/
:' )
validate_form.js
: Directory StructureOnly one of these directories, depending on which level of compression you choose, are absolutely required for validate_form.js
to function.
${VFJS_ROOT}js_uncompressed/
${VFJS_ROOT}js_stdc/
${VFJS_ROOT}js_maxc/
${VFJS_ROOT}
js_uncompressed
: JavaScript code, in original formjs_stdc
: JavaScript code, standard-ly compressedjs_maxc
: JavaScript code, maximally compressedsecondary_js
: Generically-useful JavaScript, but not critical to the project. Also the 'default' si_fmt_CONFIGURATION.js
filedocumentation
concepts
: JavaScript used by conceptual documentation, and the 'compression level redirect' file.vfc_un
: Conceptual documentation importing ../../../js_uncompressed/*.js
vfc_stdc
: Conceptual documentation importing ../../../js_stdc/*.js
vfc_maxc
: Conceptual documentation importing ../../../js_maxc/*.js
doc_jsc
: JavaScript used by the documentation, which is compressedjavascript
: JavaScript API, as created by GenerateJSDocs.java
learning_javascript
: Snippets I created and stole, while learning JavaScriptlog
: Build and compression logsobject_types
: JavaScript used by object_types documentation, and the 'compression level redirect' file.vfc_un
: Object type documentation importing ../../../js_uncompressed/*.js
vfc_stdc
: Object type documentation importing ../../../js_stdc/*.js
vfc_maxc
: Object type documentation importing ../../../js_maxc/*.js
tutorial
: JavaScript used by conceptual documentation, and the 'compression level redirect' file.vfc_un
: Tutorials importing ../../../js_uncompressed/*.js
tryit
: The tutorial code examples in standalone filesvfc_stdc
: Tutorials importing ../../../js_stdc/*.js
tryit
: The tutorial code examples in standalone filesvfc_maxc
: Tutorials importing ../../../js_maxc/*.js
tryit
: The tutorial code examples in standalone filesunit_test
: Everything needed for unit tests
validate_form.js
: InstallationTo contribute to the validate_form.js
project, you'll need to build it:
https://sourceforge.net/project/showfiles.php?group_id=84213
.C:\development\
${VFJS_ROOT}
(see below) is now equal to
C:\development\validate_form_js\
C:\development\validate_form_js\install_build.properties
vfjs.dir.src.parent
vfjs.dir.install_build.parent
vfjs.dir.backup.parent
vfjs.dir.working.parent
vfjs.dir.javaclass
C:\development\validate_form_js\
ant -projecthelp
for a listing of all targets, and ant all_everything
for a full backup-and-install build.
build_vf.log
, execute the commands (as appropriate for your operating system) as echo-ed by ant print_log_cmds
validate_form.js
: Build-Java DependenciesThe Java code in the install_build process (all part of packages named vfjava
or vfjava.compress
) has the following external dependencies:
...
XBN Java: Generically useful Java code version 0.9b....
JavaScript Utilities: Generically useful code for JavaScript development version 0.9b....
Jakarta Common's CLI version 1.0.All of the run-times for these dependencies are included in the 'install_build' archive you downloaded.
validate_form.js
: Directory Structure${VFJS_ROOT}
documentation
:concepts
: Information and interactive examples for all available conceptsdoc_js
: JavaScript used by the documentationobject_types
: Form object types (form, text, password, ...)tutorial
: Step-by-step, learning validate_form.js
java
: Java that does the more advanced install_build activitiescompress
: File-specific compressiondependencies
: External Java code needed by this Java codetemplates_compress
: Templates and configuration for VWJSCStatistics.java
templates_js_doc
: Templates for GenerateJSDocs.java
secondary_js
: Generically-useful JavaScript, but not critical to the project. Also the 'default' si_fmt_CONFIGURATION.js
fileunit_test
: Everything needed for unit testsCopyright (C) 2003-2005, Jeff Epstein. All rights reserved.