I want to be able to hide 'x' button near the tab title and to be able to show it back without a low level code manipulating DOM but using component level api functions if it is possible.
feedback
|
|
You should manually hide the close button in the DOM. I tested this code over ExtJS 3 API page. It toggles close button on the second tab:
| |||
|
feedback
|