Try following code

import mx.controls.tabclasses.tab
 private function click(e:ItemClickEvent):void
            {
                
                  var tab1:Tab = tab.getChildAt(0) as Tab;      
                      var tab2:Tab = tab.getChildAt(1) as Tab;
                      var tab3:Tab = tab.getChildAt(2) as Tab;
                      var tab4:Tab = tab.getChildAt(3) as Tab;
        
                switch(e.index)
                {
                        case 0:

                 tab1.setStyle("","");
            //ur style here
                
                      }
}
                

On 12/11/09, s shyam <[email protected]> wrote:
> Hi,
>
>   For Tab Navigator or accordion or nay control we can customize the things
> using the css.
>
>   Please check the flex3 style Explorer and then customize the tab navigator
> as per your requirement and then simply apply that css as per your
> requirement.
>
> Thanks,
> Shyam.s
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" 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/flex_india?hl=en.
>
>
>


-- 
Best Regards
Baskaran.R

--

You received this message because you are subscribed to the Google Groups "Flex 
India Community" 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/flex_india?hl=en.


Reply via email to