- Timestamp:
- 12/19/11 20:12:16 (5 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
inc/js/classes/BxDolGrid.js (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:ignore
set to
storage
-
Property
svn:ignore
set to
-
trunk/inc/js/classes/BxDolGrid.js
r15744 r15778 67 67 BxDolGrid.prototype.orderable = function () { 68 68 var $this = this; 69 jQuery('#' + this._sIdTable + ' *[bx_grid_sort_head] .bx-grid-sort-handle').bind('click', function () { 69 jQuery('#' + this._sIdTable + ' *[bx_grid_sort_head] .bx-grid-sort-handle').bind('click', function () { 70 70 var sField = $(this).parents('*[bx_grid_sort_head]').attr('bx_grid_sort_head'); 71 71 if (sField) { … … 205 205 this.loading(false); 206 206 207 if (oData && undefined != oData.grid) { 207 if (oData && undefined != oData.grid) { 208 208 $('#' + this._sIdContainer).html(oData.grid); 209 209 this._onDataReloaded(true); … … 295 295 $this.actionWithId (sActionData, sAction, {}, '', false, sActionConfirm); 296 296 }); 297 297 298 if (jQuery('#' + this._sIdWrapper + ' .bx-switcher-cont input').length) 299 jQuery('#' + this._sIdWrapper).addWebForms(); 298 300 jQuery('#' + this._sIdWrapper + ' .bx-switcher-cont input').bind('change', function () { 299 301 var sAction = $(this).attr('bx_grid_action_single'); … … 333 335 334 336 jQuery('#' + this._sIdTable + ' tbody tr:odd').addClass('bx-def-color-bg-hl'); 335 337 336 338 if (this._oOptions.sorting) 337 339 this.orderable();
Note: See TracChangeset
for help on using the changeset viewer.