[CLOSED] How to reload the PanelLoader of a Panel in Frame Mode ?

  1. #1

    [CLOSED] How to reload the PanelLoader of a Panel in Frame Mode ?

    Hi,

    I need to refresh the page Inside a Panel Loader in Frame Mode.
    How do i do ?
    Last edited by Daniil; Apr 03, 2014 at 4:11 AM. Reason: [CLOSED]
  2. #2
    Hi @timiteh,

    Please use this JavaScript code:
    App.Panel1.reload(true); // 'true" means disabling of caching
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi @timiteh,

    Please use this JavaScript code:
    App.Panel1.reload(true); // 'true" means disabling of caching
    Thanks Daniil.
    Is there no way to achieve this with code behind, besides of course using a Js.Call ?
  4. #4
    There is the Reload method.
    this.Container1.Reload();

Similar Threads

  1. Replies: 4
    Last Post: Sep 03, 2013, 5:22 PM
  2. [CLOSED] Problem resetting a ComboBox in Frame mode
    By vadym.f in forum 2.x Legacy Premium Help
    Replies: 12
    Last Post: Jul 19, 2013, 3:49 AM
  3. Replies: 4
    Last Post: Oct 03, 2012, 12:50 PM
  4. Replies: 5
    Last Post: May 18, 2012, 1:41 PM
  5. reload desktop window frame
    By krishna in forum 1.x Help
    Replies: 0
    Last Post: Mar 01, 2012, 11:51 AM

Posting Permissions