macielcr7
17 Jul 2012, 11:49 AM
how to remove the controller function? the application.Eventbus?
example:
'perfillist gridpanel': {
itemdblclick: this.editPerfil,
render: this.storeLoad
},
Remove itemdblclick selector perfillist GridPanel by controller...
example:
'perfillist gridpanel': {
itemdblclick: this.editPerfil,
render: this.storeLoad
},
Remove itemdblclick selector perfillist GridPanel by controller...