Get KoolPHP UI with 30% OFF!

KoolListBox documentation mistake

Jayme
Hello,
Ther is a mistake on the documentation of KoolListBox:
bool get_checked()
Get whether the item is checked.
<script type="text/javascript">
    function foo()
    {
		var item = listbox.get_item(3);
		alert(item.get_selected());
    }
</script>
Posted Feb 9, 2017 Kool -
Peter
Thank for letting us know. I will check and change it.
Posted Feb 9, 2017 Kool -