User login
The code
Instantiate and set options
window.addEvent('domready', function(){
new FormCheck('formular', {
display : {
errorsLocation : 3,
indicateErrors : 2,
flashTips : true,
fadeDuration : 1000
}
})
});
window.addEvent('domready', function(){
new FormCheck('formular', {
display : {
errorsLocation : 3,
indicateErrors : 2,
flashTips : true,
fadeDuration : 1000
}
})
});