Skip to content

Instantly share code, notes, and snippets.

View sja's full-sized avatar

Sebastian Janzen sja

  • innoQ Deutschland GmbH
  • Odenthal
View GitHub Profile
@sja
sja / gist:3235704
Created August 2, 2012 09:12
ExtJS 4 overridden Ext.util.Format.fileSize for bigger sizes like GB and TB
/**
* Overridden Ext.util.Format.fileSize for bigger sizes like GB and TB and support localized formats
*
* Simple format for a file size (xxx bytes, xxx KB, xxx MB, xxx GB, xxx TB)
*
* @param {Number/String}
* size The numeric value to format
* @return {String} The formatted file size
*/
Ext.util.Format.fileSize = function(size, formatString) {