[CLOSED] window autoload client side

  1. #1

    [CLOSED] window autoload client side

    Hi,
    I'm using this code to create a new window on client side.

    But the asp page doesn't load, what i'm doing wrong?

    wnd = new Ext.Window({
            id : "uploadWindow",
            title : Erp.Language.Message('EnviarArquivo'),
            width : 500,
            height : 130,
            maximizable : false,
            minimizable : false,
            resizable : false,
            modal : true,
            closeAction : 'close',
            autoload: {
                url:'../UploadFile.aspx',
                mode: 'iframe'
            }
        });
    
        wnd.show();
    Last edited by Daniil; Mar 19, 2012 at 5:17 AM. Reason: [CLOSED]
  2. #2
    what a shame... :S

    the correct is "autoLoad" L in uppercase

    Sorry about that.

Similar Threads

  1. Replies: 13
    Last Post: Feb 29, 2012, 8:41 AM
  2. Replies: 4
    Last Post: Mar 19, 2010, 11:35 AM
  3. Replies: 2
    Last Post: Jun 25, 2009, 5:06 PM
  4. How to set AutoLoad Param client side?
    By Tbaseflug in forum 1.x Help
    Replies: 0
    Last Post: Jun 08, 2009, 2:24 PM
  5. Auto Resize Panel in ViewPort on client-side Panel.AutoLoad
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 13
    Last Post: Dec 03, 2008, 3:27 PM

Posting Permissions