On Jan 22, 2010, at 9:10 PM, Caleb James DeLisle wrote:
My registration template provides the option of client
side validation using the
LiveValidate library. In order to turn this functionality on by default we would
have to bundle the library with XWiki. The library is licensed under the MIT
license:
http://livevalidation.com/license and weighs in at 12.5KB when minified.
I would like to add:
resources/js/yui/livevalidation/livevalidation_prototype.compressed.js
and a stylesheet which was posted to the incubator by Jerome Velociter
resources/js/yui/livevalidation/livevalidation_style.css
Would the loading of live validation be conditional using jsx (ie not loaded by default
for all pages)?
I have no knowledge of JS validation libraries so I'll trust the experts.
Thanks
-Vincent