0 Replies Latest reply on May 27, 2010 11:38 AM by quajo

    Running some javascript code after progress bar is completed

    quajo

      Hi, my question is about if it is possible to run some javascript code after the progress bar is completed. For example, what I want to do is to show a modal panel with a table contaning some rows of data from a database, but I want to show a progress bar while searching is running in database and after searching is completed, then call javascript:showModalpanel('name_panel')  and the modal panel will contain the data in a table.

       

      Is there any way of doing that?

       

      Thanks.