Subversion Repositories SmartDukaan

Rev

Rev 27798 | Rev 27801 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27798 Rev 27800
Line 254... Line 254...
254
		}
254
		}
255
	});
255
	});
256
});
256
});
257
 
257
 
258
function configureTagListingItemsDescriptionDropDown() {
258
function configureTagListingItemsDescriptionDropDown() {
259
	$(document).ready(function() {
-
 
260
		$('.tagListingItemsDescription').multiselect({
259
		$('.tagListingItemsDescription').multiselect({
261
			includeSelectAllOption : true,
260
			includeSelectAllOption : true,
262
			maxHeight : 200,
261
			maxHeight : 200,
263
			buttonWidth : '180px',
262
			buttonWidth : '180px',
264
			numberDisplayed : 1,
263
			numberDisplayed : 1,
265
			nonSelectedText : 'Items',
264
			nonSelectedText : 'Items',
266
			nSelectedText : ' - Items Selected',
265
			nSelectedText : ' - Items Selected',
267
			allSelectedText : 'All Items Selected',
266
			allSelectedText : 'All Items Selected',
268
			enableFiltering : true,
267
			enableFiltering : true,
269
			enableCaseInsensitiveFiltering : true
268
			enableCaseInsensitiveFiltering : true
270
 
-
 
271
		});
-
 
272
	});
269
	});
273
}
270
}
274
 
271
 
275
function schemesDownload() {
272
function schemesDownload() {
276
	console.log("downloadItemLedgerReport Button clicked")
273
	console.log("downloadItemLedgerReport Button clicked")