![]() | ![]() |
KoolListBox - Advanced PHP ListBoxFullVersion 1.2.0.1 released on 05/19/2017
Features - ItemTemplate
Description & Sample code
KoolListBox supports item template, to do this you simple any html to ItemTemplate
$listbox->ItemTemplate = "<b>{Text}</b> <i>{Value}</i>";
To add extra data to an item, you do:
$item->Data = array("Price"=>"$100");
![]() | ![]() |
