Close icon on segmented button?

Hi!
Is it possible to add close button for segmented tabs?

Hi,

You can use Tabbar instead of Segmented:

http://docs.webix.com/samples/20_multiview/11_close_button.html

Or you can use the following approach to call removeOption on icon click:

http://webix.com/snippet/9fa18167

FireFox and IE don’t handle clicks on elements inside “button” elements. That’s why the onBeforeTabClick handler calculates click position in the snippet demo.

Thank you, Maria :slight_smile: