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
200
Positioning the UltraWebTab Loading Indicator
posted

Does any one know of a way to position the placement of the Ultrawebtab Loading indicator?  

Thanks,

MGA

Parents
No Data
Reply
  • 19308
    posted

    You can customize the progressindicator with the help of a little javascript.  As an example, take a look at the portfoliomanager sample samples\webshowcase\portfoliomanager\default.aspx and samples\webshowcase\portfoliomanager\scripts\tab.js

    var pi1=oWebTab.getProgressIndicator();

    pi1.setTemplate("<div></div>");

Children
No Data