You will have to create two custom Classes

say:
MyLinkBar extends LinkBar

and MyLinkButton extends LinkButton

in the linkbutton add a image for close button

In the updateDisplayList of the same class add that close button as a
child

Once done in the MyLinkBar class in the constructor instead of
 navItemFactory = new ClassFactory(LinkButton);
as in the original class use
 navItemFactory = new ClassFactory(MyLinkButton);
something like this would probably solve ur problem

Regards
Nitin

On Mar 9, 1:17 pm, bjg <[email protected]> wrote:
> Hi All,
>
> Is it possible to add close buttons beside each of the links of the
> LinkBar. I saw there is no "itemRenderer" property for the LinkBar.
> So, how would it be possible to change the way a linkBar looks?
>
> Appreciate any input(s).
>
> Thanks
> Bhaskar

--~--~---------~--~----~------------~-------~--~----~
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