Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ExtJS Close button on each tab in a Tabpanel

The Extjs API site adds a new tab for each search you do.

The tabs each have a red X on them to close the tab similar to what browsers have.

Check it out here:

I'd like to replicate this and it seems like something that would be built-in to the API, but cannot find it.

Any ideas?

like image 493
Poul Avatar asked May 11 '10 14:05

Poul


1 Answers

Found the answer. You pass in: {closable: true} with the config object.

like image 161
Poul Avatar answered Oct 21 '22 12:10

Poul