Hi
How to assign the config value in extjs
SampleController
config : {
resultvalue:null
},
Your function
onClick:function() {
this.setResultValue(true);
}
onClick2:function() {
this.getResultValue();
}
How to assign the config value in extjs
SampleController
config : {
resultvalue:null
},
Your function
onClick:function() {
this.setResultValue(true);
}
onClick2:function() {
this.getResultValue();
}