Load Dynamic Loader in ClientSide

  1. #1

    Load Dynamic Loader in ClientSide

    Hi I m trying to load my Dynamic Loader in ClientSide.. Please help me to load it in my page containing Panel.

    var i = this.getSelectionModel().getSelection()[0].data.hrefTarget;
        if (i == '') {
            return false;
        }
        dynamicPanel = new Ext.Component({
            loader: {
                url: i,
                renderer: 'html',
                autoLoad: true,
                scripts: true
            }
        });
    Ext.getCmp('panel').add(dynamicPanel);
    Variable i contains URL of the page to be redirected and loaded in the loader.
    This results the page to load two times.. How can I Avoid Loading a page two times?? Quick help will be appreciated..
    Last edited by Daniil; Jul 15, 2014 at 1:09 PM. Reason: Please use [CODE] tags

Similar Threads

  1. [CLOSED] Load window via loader without showing?
    By rthiney in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Oct 15, 2013, 2:37 AM
  2. [CLOSED] Dynamic Load Mask using Panel Loader on Client
    By rthiney in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 08, 2013, 5:52 AM
  3. [CLOSED] load local file clientside
    By yobnet in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 01, 2010, 3:34 PM
  4. Modify store load params clientside
    By jchau in forum 1.x Help
    Replies: 14
    Last Post: Aug 10, 2009, 10:41 AM
  5. [CLOSED] Unable to Load Asp.NET Ajax Framework ClientSide
    By Immobilmente in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 31, 2009, 11:38 AM

Posting Permissions