Flex: How to add a tab close button for TabNavigator component

14,326

You should take a look at the SuperTabNavigator component from the FlexLib project:

If you don't want all of the tabs to have close buttons (I understand from the question that you don't) it looks like you could use the setClosePolicyForTab() method for specifying which tabs you want to have them.

Share:
14,326
Ran
Author by

Ran

Updated on June 11, 2022

Comments

  • Ran
    Ran about 2 years

    I'd like to have a TabNavigator component that has a close button for some of the tabs. How do I do that?
    It seems that the TabNavigator component does not allow (or I could not find) extensibility of this form. Help. Thanks