dhtmlxCombo from html with Checkboxes

Hi There



How can I enable checkboxes on a dhtmlxCombo that was created with dhtmlXComboFromSelect()? The only examples I can find uses new dhtmlXCombo().



Also is it possible to set the image path for dhtmlxCombo specifically (i.e. not by using window.dhx_globalImgPath="…/codebase/imgs/":wink:



Thanks



H


Hello,


The option type can be set in the select tag using opt_type attribute:


…