Registration
The code
Instantiate and set options
window.addEvent('domready', function(){
new FormCheck('formular', {
display : {
showErrors : 0,
closeTipsButton : 0,
flashTips : 1
}
})
});
window.addEvent('domready', function(){
new FormCheck('formular', {
display : {
showErrors : 0,
closeTipsButton : 0,
flashTips : 1
}
})
});