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:
@@ -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())
|
||||
|
||||
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user