
A list box is used to display a number of items in a list. The user may select an item from the list.
A Listbox can be divided into three parts: listbox-head, listbox-foot, listbox-body.
As you can see below:

|
CSS Definition |
Description |
Default Values |
|
|
|
|

|
CSS Definition |
Description |
Default Values |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|

|
CSS Definition |
Description |
Default Values |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|


|
CSS Definition |
Description |
Default Values |
|
|
|
background:transparent url(${c:encodeURL('~./zul/img/sort/v_hint.gif')}); background-position: 99% center; background-repeat: no-repeat; |
|
div.listbox-head th.sort-asc div.head-cell-inner |
|
cursor: pointer; padding-right: 9px; background:transparent url(${c:encodeURL('~./zul/img/sort/v_asc.gif')}); background-position: 99% center; background-repeat: no-repeat; |
|
div.listbox-head th.sort-dsc div.head-cell-inner |
|
cursor: pointer; padding-right: 9px; background:transparent url(${c:encodeURL('~./zul/img/sort/v_dsc.gif')}); background-position: 99% center; background-repeat: no-repeat; |
|
|
|
|