Example: Combobox with checkboxes

Hello,

i saw you’ve a Combobox with Checkboxes(1) but do you’ve an example too!?

Cheers, Carsten

(1) “Creating Combo with Images and Checkboxes DHTMLX Docs

Hello
It seem like you are searching for this online sample:
dhtmlx.com/docs/products/dht … tions.html

Thx. :smiley:

Is it posible to put this Combobox into a grid?

cm1310
Unfortunatelly, there is no ready approach.

de que manera se pudiera hacer para capturar los datos del combo en un formulario?

How could it be done to capture combo data in a form?

You may get the dhtmlxCombo object using the getCombo() method:
var dhxCombo = myForm.getCombo(“myCombo”);
after that you may use it all the required dhtmlxCombo API:
for (i=0; i < dhxCombo.getOptionsCount(); i++)
dhxCombo.getOptionByIndex(index);