javascript function to refresh Gwt-ext frame

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Aye Aye Aung
    New Member
    • Sep 2008
    • 1

    javascript function to refresh Gwt-ext frame

    Hi all,
    Frame that is directly added to HTML page, we use below syntax.
    top.header_fram e.location.href =top.header_fra me.location;

    But for Gwt-Ext frame, that is added to one panel that panel is render by calling Viewport(panel) , is there any way similar to above function?
    Hope any help.
    Thanks and Regards,
    Aye
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Is the frame which is generated a real frame or a pseudo-frame? It might be an idea to look at the API. There may be a refresh method.

    Comment

    Working...