ExtJS4 Selector in a Region -
ExtJS4 Selector in a Region -
i attempting ref grid in region:
... region: 'south', layout: 'fit', split: true, items:[{ xtype: 'grid', border: false ... }] ...
in refs section of controller not know how reference actual grid within region:
{ref: 'mygrid',selector:'????'}
will please kick me in right direction, please. give thanks you.
refs intended views, not components. reason 1 controller can ref specific view. utilize selector 1 of alias view. you'll have create view extends ext.panel.panel , contains ext.grid.panel or view extends ext.grid.panel. view must have alias on own , alias utilize selector.
extjs4 css-selectors
Comments
Post a Comment