Home

Company
  Technologies
  Team
  Workflow
 
Services
  Virtual Office
  Fixed Bid
  Portfolio
 
Products
  dhtmlxTree
  dhtmlxGrid
  dhtmlxTreeGrid
  dhtmlxTabbar
  dhtmlxCombo
  dhtmlxVault
  dhtmlxToolbar
  dhtmlxMenu
  AWTX TreeTable
  AWTX JTree
 
F.A.Q.
Download
Contact us
dhtmlxCombo – Ajax-driven JavaScript ComboBox with autocomplete

dhtmlxCombo is a cross-browser JavaScript combobox with autocomplete feature. It extends basic selectbox functionality to meet the requirements of the most up-to-date web applications. dhtmlxCombo can be converted from existing HTML SELECT or populated with JavaScript. Supporting AJAX, it also can get list values from server datasource dynamically.

Editable mode:
Read-only mode:
Filtering mode: (filter existing list)
Autocomplete mode: (start typing to load convenient country names from server)
Combobox with icons:

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 associated list of choices; filter – the whole list is loaded on the client-side and as user begins to type, the list is updated with the appropriate values (which contain or begin from typed characters); autocomplete – the list is loaded and shown as user types in input box.

Like other dhtmlx components, dhtmlxCombo provides complete Javascript API to give developers enough possibilities to control its state and behavior.

Supported Browsers:

  • IE 5.x and above
  • Mozilla 1.4 and above
  • FireFox 0.9 and above
  • Safari 2.0 and above (1.3 with some limitations)

  • Features:

  • Full control with JavaScript API
  • AJAX support
  • Simple configuration
  • Editable/Read-only modes
  • Filtering
  • Autocomplete behavior
  • Possibility to convert existing select boxes
  • Ability to include images in list
  • Value list from selectbox/xml/javascript
  • Editions

  • Standard - available for free download (GNU GPL).
  • Licensing

  • GNU GPL
  • To obtain support or use component in not GPL project please contact us.
  • Download:

  • v.1.0 Standard Edition
    (March 20, 2007)
  • Documentation:

  • API Functions and Usage Guide
  • Examples:

  • Initializing combobox from SELECT, XML, JAVASCRIPT
  • Using combobox Javascript API
  • Changing combobox state
  • Loading list content from different sources
  • Form integration
  • Images and other objects in combobox
  • Autocomplete with 100,000 server side records

  • Code Sample

    <link rel="STYLESHEET" type="text/css" href="dhtmlXCombo.css"> <script src="dhtmlXCommon.js"></script> <script src="dhtmlXCombo.js"></script> <select id="comboboxA"> <option>...</option> </select> <script> window.dhx_globalImgPath="imgs/"; var myComboA = dhtmlXComboFromSelect("comboboxA") </script>
    © 1998-2007 Scand LLC. Last updated 09/24/07 RSS
    [an error occurred while processing this directive]