Segmented text value

i have this snippet:

http://webix.com/snippet/ec04f980

i want to get the text of segmented and not the id but there is only the .getValue() method. there is a way to get the current selected segmented text?
thx

I’m afraid there’s no simple way, but it’s possible to get the needed value from the config:

http://webix.com/snippet/346ab35c

Ok thx it works