Tuesday, May 31, 2016

ExtJS: Assign the config value

Hi

How to assign the config value in extjs

SampleController

config : {
  resultvalue:null
},

Your function

onClick:function() {
this.setResultValue(true);
}

onClick2:function() {
this.getResultValue();
}

No comments:

Post a Comment