Your IP : 216.73.217.11


Current Path : /home/azimutno/azimutno/www/plugins/jsnpagebuilder/defaultelements/text/assets/js/
Upload File :
Current File : /home/azimutno/azimutno/www/plugins/jsnpagebuilder/defaultelements/text/assets/js/text-setting.js

/**
 * @version    $Id$
 * @package    JSN_PageBuilder
 * @author     JoomlaShine Team <support@joomlashine.com>
 * @copyright  Copyright (C) 2012 JoomlaShine.com. All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Websites: http://www.joomlashine.com
 * Technical Support:  Feedback - http://www.joomlashine.com/contact-us/get-support.html
 */

/**
 * Custom script for Textbox element
 */
( function ($) {
    "use strict";

    $.JSNSelectFonts = $.JSNSelectFonts || {};

    $.JSNColorPicker = $.JSNColorPicker || {};

    $.JSNText = $.JSNText || {};

    $.JSNText = function () {
        new $.JSNSelectFonts();
        $('body').bind('pb_modal_loaded', function(e, modal) {
        	new $.JSNColorPicker('#modalOptions .color-selector', modal);
        });
    }

    $(document).ready(function () {
        $.JSNText();
        $.ShortcodeSetting.initSelectImage($('#modalOptions'));
    });

})(JoomlaShine.jQuery);