KoolAutoComplete supports search filtering option. To use this feature, you need to set searchFilter property of KoolAutoComplete's instance. There are two types of search filter:
- "startwith": KoolAutoComplete returns all items that start with user-typed text.
- "contain":KoolAutoComplete returns all items that contain user-typed text.
span style="color: #ff0000;">"/KoolAutoComplete/koolautocomplete.php""kac");
$kac->scriptFolder = $KoolControlsFolder."/KoolAutoComplete";
$kac->width = "160px";
$kac->attachTo = "txtRegion";
$kac->styleFolder="office2007""select CountryName from kcb_tbcountries""CountryName""startwith""filter_select""filter_select""form1" method="post">
<div style="float:left;width:300px;margin-bottom:30px;">
<input type="text" id="txtRegion" autocomplete='off'"filter_select" name="filter_select" onchange="submit();">
<option value="startwith""startwith""selected""contain""contain""selected""clear:both;"