CSS class | Element |
---|---|
.webix_control.webix_el_combo | the whole "combo" |
.webix_el_box | the input with the label |
.webix_inp_label | the label |
.webix_input_icon.wxi-menu-down | the icon for expanding the drop-down list |
.webix_list | the drop-down list |
.webix_list_item | an item of the list |
.webix_list_item.webix_selected | a selected item of the list |
Read more about Combo
Back to top