This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Copyright(c) 2011 | |
* | |
* Licensed under the terms of the Open Source LGPL 3.0 | |
* http://www.gnu.org/licenses/lgpl.html | |
* @author Greivin Britton, [email protected] | |
* | |
* @changes | |
* No currency symbol by default | |
* No decimalPrecision in config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Copyright(c) 2011 | |
* | |
* Licensed under the terms of the Open Source LGPL 3.0 | |
* http://www.gnu.org/licenses/lgpl.html | |
* @author Greivin Britton, [email protected] | |
*/ | |
Ext.ux.NumericField = function(config){ | |
var defaultConfig = | |
{ |