Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Warp Panel Updates
posted

Hi, I have a warp panel on a page that I want to update a warp panel nested in a web dialog window.

Is there a way to do this?

Thanks

Nate

Parents
No Data
Reply
  • 135
    posted

     The easiest way would be to add the following to an event handler on the page (this is in Javascript):

     var warp=ig$("warpCBL");
     if(warp)
         warp.refresh();

     Substitute the name of the warp panel on your page into the red text.

Children
No Data