I have a tabpanel on a parent page - it has a topbar with a combobox - so TabPanel > TopBar > Toolbar > ComboBox.

Question is - Can I get the parent combobox value into a autoload Iframe to use - something like

<Listeners>
    <DocumentReady handler="alert(parent.TabPanel1.iframe.dom.contentwindow.ComboBox1.getValue());" />