jhoweaa
7 Sep 2011, 1:22 PM
I'm just starting to work to convert and/or rewrite code in an existing ExtJS 3.x application to run in Ext JS 4. Some of our code uses the property 'ref', which was defined in Component and was described in the documentation as:
"A path specification, relative to the Component's ownerCt (http://dev.sencha.com/deploy/ext-3.4.0/docs/output/Ext.Component.html#Ext.Component-ownerCt) specifying into which ancestor Container to place a named reference to this Component. The ancestor axis can be traversed by using '/' characters in the path."
I've looked but there doesn't seem to be an equivalent property in Ext JS4. What is the recommended alternative to using ref: in Ext JS4?
Thanks!
Jim
"A path specification, relative to the Component's ownerCt (http://dev.sencha.com/deploy/ext-3.4.0/docs/output/Ext.Component.html#Ext.Component-ownerCt) specifying into which ancestor Container to place a named reference to this Component. The ancestor axis can be traversed by using '/' characters in the path."
I've looked but there doesn't seem to be an equivalent property in Ext JS4. What is the recommended alternative to using ref: in Ext JS4?
Thanks!
Jim