On 01/22/2010 09: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
+1, but under resources/uicomponents/widgets/validation/ or resources/uicomponents/validation/ Also, I'd like to include the uncompressed version as well in the sources, or even include only the uncompressed version and let the build minify it. As the next step, it would be nice to have it wired to the validation fields in XClasses, so that it works automatically. -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

