Code:Ext.define('Algo.data.Simulated',{ requires:[//....], onClassExtended:function(cls, data){// ....} })
Here is the code. I cannot find any documentation about it on Sencha's website. Also, what do cls and data mean?
Code:Ext.define('Algo.data.Simulated',{ requires:[//....], onClassExtended:function(cls, data){// ....} })
Here is the code. I cannot find any documentation about it on Sencha's website. Also, what do cls and data mean?
Seems like you already asked here and got a pretty good answer: http://stackoverflow.com/questions/3...fining-a-class
Twitter - @evantrimboli
Former Sencha framework engineer, available for consulting.
As of 2017-09-22 I am not employed by Sencha, all subsequent posts are my own and do not represent Sencha in any way.