antun
10 Oct 2012, 9:37 PM
I've seen a bunch of references to Ext.Viewport.setActiveItem() for switching which view is currently displayed.
However, in 4.1.1a, that method doesn't appear to exist:
console.log(Ext.Viewport.setActiveItem);
... results in undefined. I can't seem to track down the Ext.Viewport object in the 4.x docs either. And searching for setActiveItem in the 4.x docs yields 3 results, none of which look like they're the method I'm looking for.
Has this been replaced with a different call in 4.x?
Thanks,
Antun
However, in 4.1.1a, that method doesn't appear to exist:
console.log(Ext.Viewport.setActiveItem);
... results in undefined. I can't seem to track down the Ext.Viewport object in the 4.x docs either. And searching for setActiveItem in the 4.x docs yields 3 results, none of which look like they're the method I'm looking for.
Has this been replaced with a different call in 4.x?
Thanks,
Antun