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

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -