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

META-INF.resources.primefaces-extensions.github.1-github-widget.js Maven / Gradle / Ivy

/**
 * PrimeFaces Extensions GitHub Widget.
 * 
 * @author Melloware [email protected]
 * @since 6.1
 */
PrimeFaces.widget.ExtGitHub = PrimeFaces.widget.BaseWidget.extend({

    /**
     * Initializes the widget.
     * 
     * @param {object}
     *        cfg The widget configuration.
     */
    init : function(cfg) {
        this._super(cfg);
        this.id = cfg.id;

        // make a copy of the configuration
        var opts = $.extend(true, {}, cfg);

        // create the GitHub
        this.jq.github(opts);
    }
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy