Skip to content

Instantly share code, notes, and snippets.

View brittongr's full-sized avatar

Greivin brittongr

  • Kode in House
  • Managua, Nicaragua
View GitHub Profile
@brittongr
brittongr / gist:872371
Created March 16, 2011 11:55
NumericField.js
/**
* Copyright(c) 2011
*
* Licensed under the terms of the Open Source LGPL 3.0
* http://www.gnu.org/licenses/lgpl.html
* @author Greivin Britton, brittongr@gmail.com
*
* @changes
* No currency symbol by default
* No decimalPrecision in config
@brittongr
brittongr / Ext.ux.NumericField.js
Created March 6, 2011 13:24
Number field with currency symbol, thousand separator with international support
/**
* Copyright(c) 2011
*
* Licensed under the terms of the Open Source LGPL 3.0
* http://www.gnu.org/licenses/lgpl.html
* @author Greivin Britton, brittongr@gmail.com
*/
Ext.ux.NumericField = function(config){
var defaultConfig =
{