Is it possible to use url instead onclick handler for segmented buttons?
This does not work:
options: [ { id: 1, value: “< a href=’#link1’>Link name</ a>”, }, … ]
Is it possible to use url instead onclick handler for segmented buttons?
This does not work:
options: [ { id: 1, value: “< a href=’#link1’>Link name</ a>”, }, … ]
Hi, it’s not possible to to use links as option values, as segments are based on button
tag. So you can use the onChange
handler to open the links: http://webix.com/snippet/437f59ff