Aug 10, 2015, 10:14 PM
[CLOSED] App vrs getCmp
i have 1.7 code that reads parent.window['PanelTest']. no longer works in 3.2
i tried idmode Static and Explicit (what we had in 1.7) and the data is available via App.ctl00_WestMenu_PanelTest. How can i create this dynamically so i can do something like App['ctl00_WestMenu_' + PanelTest]
Thanks
/Z
i tried idmode Static and Explicit (what we had in 1.7) and the data is available via App.ctl00_WestMenu_PanelTest. How can i create this dynamically so i can do something like App['ctl00_WestMenu_' + PanelTest]
Thanks
/Z
Last edited by Daniil; Aug 11, 2015 at 4:41 PM.
Reason: [CLOSED]