
| CSS class | Element |
|---|---|
| .webix_control.webix_el_segmented | the whole 'segmented' control |
| .webix_segment_0 | the first tab of the control |
| .webix_segment_0.webix_selected | the first tab of the control in the selected state |
| .webix_segment_N | the last tab of the control |
| .webix_segment_1 | the tabs from the second to the penultimate one |
| .webix_inp_top_label | the text label for the control in the top position |
| .webix_inp_label | the text label for the control |
| .webix_all_segments | all segments of the control |
Read more about Segmented
Back to top