%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/lightco1/www/lightingrepublic.com.au/media/lib_koowa/js/
Upload File :
Create Path :
Current File : /home/lightco1/www/lightingrepublic.com.au/media/lib_koowa/js/patch.validator.js

/*
---

description: Monkey patching the Form.Validator to alter its behavior and extend it into doing more

requires:
 - MooTools More

license: @TODO

...
*/

if(!Koowa) var Koowa = {};

(function($){
    
    Koowa.Validator = new Class({
    
        Extends: Form.Validator.Inline,
        
        options: {
            onShowAdvice: function(input, advice) {
                advice.addEvent('click', function(){
                    input.focus();
                });
            }
        }
    
    });

})(document.id);

Zerion Mini Shell 1.0