Dynamically add dhtmlxcombo in form

Hi.Is there some chance to adding dhtmlxcombo in some form ?

Here is the sample of combo inside a form
dhtmlxCombo/samples/02_actions/03_combo_save.html

it not exacly what I need . I wanted to add dhtmlx combo. Smth like you to add next combo after click on some icon.

You need to create a div dynamically and call combo initialization with this div a container

Do you have some exampel?