Published on 2007-03-23 16:11:12
The component features type-ahead, keyboard support and ability to display images in the dropdown list. Working as autocomplete tool, dhtmlxCombo requests content from server as user types in the input field and provides a list of relevant values.
dhtmlxCombo can be used in four modes:
- editable select box - user can either select a value from the list or type a custom value;
- read-only select box - user can select just one value from the list;
- filter - all the data is loaded on the client-side and as user begins to type, the list is narrowed to the appropriate values basing on the first typed symbols;
- autocomplete - the list is loaded and shown as user types in input box, autocomplete text appears basing on first typed symbols.
Live examples for each mode and detailed information about dhtmlxCombo can be found here: http://scbr.com/docs/products/dhtmlxCombo/Previous Page
Related Entries
Member of the PHP Magazine Network, Copyright (C) 2005-2008 phpmagazine.net All Rights Reserved