![]() | ![]() |
KoolListBox - Advanced PHP ListBoxFullVersion 1.2.0.1 released on 05/19/2017
Features - Reorder
Description & Sample code
KoolListBox supports items reordering. To show the re-order button, you do:
$listbox->ButtonSettings->ShowReoder = true;
To make KoolListBox postback after reordering, you do:
$listbox->AutoPostBackOnReorder = true;
![]() | ![]() |
