Multiselect order

Hi,
I have a form with two multiselect. is possible to order options’s multiselect?

Hi
You can get OPTIONS dom element and manipulate as you wish, for this:

myForm.getOptions(name) 

docs.dhtmlx.com/api__dhtmlxform_getoptions.html

Also you can get whole SELECT dom element, for this:

myForm.getSelect(name)

docs.dhtmlx.com/api__dhtmlxform_getselect.html