KoolComboBox supports loading options on-demand, the typed text of user to KoolComboBox will be sent back to server, server will query database for the list options which are close to what user typed.
This feature is very helpful when you have a large list of option for user to choose. Loading options on-demand will be best solution to boost performance of page.
span style="color: #ff0000;">"/KoolComboBox/koolcombobox.php""/KoolAjax/koolajax.php""kcb");
$kcb->scriptFolder = $KoolControlsFolder."/KoolComboBox";
$kcb->itemTemplate = "<table><tr><td valign='middle' style='width:22px;height:20px;'><img src='../../Resources/Flags/{flagimage}' alt='{text}' title='{text}' /></td><td valign='middle'>{text}</td></tr></table>";
$kcb->width = "200px";
$kcb->styleFolder="inox""select CountryID,CountryName,FlagImage from kcb_tbcountries where CountryName LIKE '$text%';""text"=>$row["CountryName"],"value"=>$row["CountryID"],"flagimage"=>$row["FlagImage""funcService""funcService""form1" method="post""padding-left:10px;padding-bottom:10px;">
Choose a nation:
</div>
<div style="padding-left:10px;padding-bottom:50px;"