Reputation: 1039
The jQuery sample jQuery UI Tab manipulation show's an example of how to make all tabs of a control closeable. But is there any way to make only some tabs closeable and let some stay uncloseable?
Upvotes: 0
Views: 385
Reputation: 25312
Yes, from the code sample you found, you just have to adapt it to use a different tabTemplate
for uncloseable tabs (simply remove the close icon)
Upvotes: 1