[CLOSED] How is the equivalent method of panel.LoadContent() in JavaScript?

  1. #1

    [CLOSED] How is the equivalent method of panel.LoadContent() in JavaScript?

    Hi

    In Asp.net, I use the panel.LoadContent to reload the page set in panel.Load.url...

    What is the equivalent method in javascript? I wish call this in a listener click handle.
    Last edited by Daniil; Apr 02, 2012 at 8:18 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Example
    #{Panel1}.getLoader().load({ url : "http://ext/net" });
    See also
    http://docs.sencha.com/ext-js/4-0/#!...thod-getLoader
    http://docs.sencha.com/ext-js/4-0/#!...er-method-load
  3. #3
    Works fine!

    Thanks a lot, Daniil!

Similar Threads

  1. Replies: 6
    Last Post: Aug 29, 2011, 4:54 PM
  2. Replies: 2
    Last Post: Feb 27, 2011, 10:08 AM
  3. [CLOSED] Direct Method From Javascript
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 17, 2010, 11:17 AM
  4. Javascript equivalent to C# code.
    By lukasw in forum 1.x Help
    Replies: 3
    Last Post: Jul 29, 2010, 9:29 AM
  5. [CLOSED] Panel LoadContent
    By drgw74 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 23, 2010, 8:58 AM

Posting Permissions