All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.primefaces.captcha.captcha.js Maven / Gradle / Ivy

There is a newer version: 14.0.0-RC3
Show newest version
/**
 * PrimeFaces Captcha Widget
 */
PrimeFaces.widget.Captcha = PrimeFaces.widget.BaseWidget.extend({

    init: function(cfg) {
        this._super(cfg);
        this.cfg.language = this.cfg.language||'en';
        var $this = this;
        
        window[this.cfg.widgetVar + '_initCallback'] = function() {
            $this.render();
        };
        
        $(document.body).append('