?

áEÓê¤ÎïLwebshll2019

Current Path : /home/webyoo/www/backup/allback/bucketadmin/js/
Upload File :
Current File : /home/webyoo/www/backup/allback/bucketadmin/js/draggable-portlet.js

var DraggablePortlet = function () {

    return {
        //main function to initiate the module
        init: function () {

            if (!jQuery().sortable) {
                return;
            }

            $(".sortable").sortable({
                connectWith: ".sortable",
                items: ".panel",
                opacity: 0.8,
                coneHelperSize: true,
                placeholder: 'sortable-box-placeholder round-all',
                forcePlaceholderSize: true,
                tolerance: "pointer"
            });

            $(".column").disableSelection();

        }

    };

}();



web shell, Coded By 2019