Merge pull request #628 from julceslauhub/master

BUG 9871 PM 2.0.44 testing 2 se Borran los datos en pmtables con chrome SOLVED
This commit is contained in:
julceslauhub
2012-10-01 15:04:07 -07:00
2 changed files with 0 additions and 9 deletions

View File

@@ -160,7 +160,6 @@ Ext.onReady(function(){
editor: {
xtype: 'textfield',
allowBlank: true,
style:'text-transform: uppercase',
listeners:{
change: function(f,e){
this.setValue(this.getValue().toUpperCase());
@@ -546,7 +545,6 @@ Ext.onReady(function(){
emptyText: _("ID_SET_A_TABLE_NAME"),
width: 250,
stripCharsRe: /(\W+)/g,
style:'text-transform: uppercase',
listeners:{
change: function(){
this.setValue(this.getValue().toUpperCase())

View File

@@ -277,13 +277,7 @@ Ext.onReady(function(){
editor: {
xtype: 'textfield',
allowBlank: true,
style:'text-transform: uppercase',
listeners:{
/*specialkey: function(f,e){
if(e.getKey()==e.ENTER){
this.setValue(this.getValue().toUpperCase());
}
}*/
change: function(f,e){
this.setValue(this.getValue().toUpperCase());
}
@@ -797,7 +791,6 @@ Ext.onReady(function(){
emptyText: _("ID_SET_A_TABLE_NAME"),
width: 250,
stripCharsRe: /(\W+)/g,
style:'text-transform: uppercase',
listeners:{
change: function(){
this.setValue(this.getValue().toUpperCase());