![]() | ![]() |
KoolListBox - Advanced PHP ListBoxFullVersion 1.2.0.1 released on 05/19/2017
Features - Transfer
Description & Sample code
KoolListBox support item transferring between two listbox. To do this you put the id of destination listbox to the TransferToId property:
$listbox->TransferToId = "second_listbox";
KoolListBox also support the transfer by double click:
$listbox->AllowTransferOnDoubleClick = true;
KoolListBox also support postback after transferring
$listbox->AutoPostBackOnTransfer = true;
![]() | ![]() |
