What is the XML syntax for multiple select in dhtmlxForm?
You can load multiselect option the same as ordinary select options. You can find working example at your dhtmlxForm 3.0 package dhtmlxForm/samples/06_data/05_options.html
To select different options you should add selected=“true” attribute:
<data>
<item value="1" selected="true" label="acx100-source"></item>
<item value="2" label="alien-arena-browser"></item>
<item value="3" selected="true" label="alien-arena-server"></item>
</data>
i am using version 2.
Does it works with it?
2nd version of dhtmlxForm doesn’t have multiple select item type
You must be kidding me?
So now what am i going to say to my boss? The library i am using that pretends to create forms doesn’t have multiple option select hahahaha
Why do not use Form 3.0?