Apr 24, 2011, 6:37 PM
[CLOSED] Ext.Net.X.GetCmp - how to call in parent?
Hey,
Im trying to get a reference to a ComboBox that exists in another Page, ie the Parent page.
I want to do something like this:
Im trying to get a reference to a ComboBox that exists in another Page, ie the Parent page.
I want to do something like this:
// ci = ClientId sent in by Parent page at some point
Ext.Net.ComboBox cb = (Ext.Net.ComboBox)Ext.Net.X.GetCmp(ci);
cb.SetValueAndFireSelect(oa.Data.Id);
But since I am at the wrong page, I cannot find the ComboBox. How can I call this for the parent page?
Last edited by Daniil; May 02, 2011 at 11:27 AM.
Reason: [CLOSED]