Hi All, On selecting a TabBar how to change the Widget? Actually I'm having 3 sets of picture to show the TabBar in selected mode and another 3 sets of picture for TabBar in unselected mode.
Upon loading I'm creating an HTML widget with tab_left, tab_center and tab_right image and repeating tab_center image till the required length. When I select the TabBar I need to create another HTML widget with the other three sets of images. Using style sheet we can specify only one image but in my case I need to replace 3 images. How to change the HTML widget in selected state to unselected state? In TabListener's onTabSelected event we can only get the HTML using tabPanel.getTabBar().getTabHTML(tabIndex)); is there any way to set the HTML?? Thanks in Advance ! -ArunDhaJ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
