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();
}

Monday, May 30, 2016

ExtJS: Internal ID is Missing

Hi,

Internal Id is undefined error in Extjs. Please check your Model / Store .

Solution : Model/ Store -- Change the value from autoload: true to autoload: false