PATH:
home
/
letacommog
/
letaweb
/
assets
/
340f9b54
/
js
(function($){ /** * Returns the key values of the currently checked rows. * @param id string the ID of the grid view container * @param column_id string the ID of the column * @return array the key values of the currently checked rows. */ $.fn.yiiGridView.selectable = function (id, filter, callback) { var grid = $('#'+id) ; var selectedItems = []; $("tbody", grid).selectable({ filter: filter, distance: 1, start: function(e, ui) { selectedItems = []; }, selected: function(e, ui){ selectedItems.push(ui.selected); }, stop: function(e,ui){ if($.isFunction(callback)) { callback(selectedItems); } } }).disableSelection(); grid.on('click', function(){ $(".ui-selected", grid).removeClass("ui-selected"); }); }; })(jQuery);
[+]
..
[-] jquery-ui-no-conflict.min.js
[edit]
[-] markdown.converter.js
[edit]
[-] jquery.saveselection.gridview.js
[edit]
[-] markdown.editor.js
[edit]
[-] moment.js
[edit]
[-] bootstrap-image-gallery.js
[edit]
[-] jquery.stickytableheaders.min.js
[edit]
[-] bootstrap.daterangepicker.js
[edit]
[-] wysihtml5-0.3.0.js
[edit]
[+]
fileupload
[-] jquery.timepicker.js
[edit]
[-] jquery.toggle.buttons.js
[edit]
[-] jquery.easy.pie.chart.js
[edit]
[-] bootstrap-modalmanager.js
[edit]
[-] bootstrap-image-gallery.min.js
[edit]
[-] bootstrap.colorpicker.js
[edit]
[-] moment.min.js
[edit]
[-] bootstrap.responsive.tables.js
[edit]
[-] markdown.sanitizer.js
[edit]
[-] jquery.stickytableheaders.js
[edit]
[-] bootstrap-noconflict.js
[edit]
[-] jquery.selectable.gridview.js
[edit]
[+]
locales
[-] date.min.js
[edit]
[-] jquery.sortable.gridview.js
[edit]
[-] bootstrap-wysihtml5.js
[edit]