[CLOSED] App vrs getCmp

  1. #1

    [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
    Last edited by Daniil; Aug 11, 2015 at 3:41 PM. Reason: [CLOSED]
  2. #2
    after a little head banging....

    Ext.getCmp('ctl00_WestMenu_PanelTest')
    pls close.

Similar Threads

  1. Ext.getCmp() by ClientID problem
    By Vinci in forum 2.x Help
    Replies: 4
    Last Post: May 20, 2013, 5:17 AM
  2. X.GetCmp and FileUploadField
    By josecano in forum 1.x Help
    Replies: 2
    Last Post: May 01, 2013, 7:56 AM
  3. Ext.getCmp() not working in UserControl
    By ontiv in forum 2.x Help
    Replies: 10
    Last Post: Oct 16, 2012, 7:54 AM
  4. [CLOSED] Ext.Net.X.GetCmp - how to call in parent?
    By wagger in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Apr 25, 2011, 4:55 AM
  5. [CLOSED] Finding a menu with Ext.getCmp()
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Jun 22, 2009, 3:40 AM

Posting Permissions