Jump to content

Larsson

uniGUI Subscriber
  • Posts

    11
  • Joined

  • Last visited

Posts posted by Larsson

  1. 53 minutes ago, MOGSY said:

    Hi Fredrik

    What you mean by 'You need a space in  varURLFrame'?

     

    Regards

    image.png

    In the pasted code you have varURLFrame = Ext.getCmp('_URLFrame');  

    You need to have var URLFrame = Ext.getCmp('_URLFrame'); 
    Since you are defining a variable.
     

  2. Hi,

    I am actually working on the same thing today. You need a space in  varURLFrame (but I guess you have that).

    Additionally in UniEvents

    function beforeInit(sender, config)
    {
        config.id = '_URLFrame';
    }

     

    This is where you assign the name that you locate with getCmp.

    Hope it helps. It worked for me with the code you had above.

     

    Regards, Fredrik.

×
×
  • Create New...