I have worked with dhtmlx 2.6 and there the multiselect is working perfectly. I’m generating the multiselect box from an xml file and there the pre-selected items are selected by selected=‘true’ options.
I have downloaded dhtmlxForm 3.6 version and now this preselected is not working. multiselect box generated successfully but I selected=true options are not selected.
I wondered - where i was also trying to run the sample page 02_text_select_pwd.html which is indie \dhtmlxForm\samples\02_items\02_text_select_pwd.html directory . There I also found that selected=true is not working also.
Can somebody please inform me what is the problem with this selected=true option in new dhtmlx ?
When the code execute the following line then the selected options again deselected.
b.connector ? this.doLoadOptsConnector(a, b.connector) : b.value != “undefined” && this.setValue(a, b.value);
As far as I know everything is already on 3.6. Locally on my C: drive I could get this to work after modifying the example code but its only on the server its not working. I double checked all the .js files on my server its referencing and they all have //v.3.6 build 130619 at the top. Is there anything you can see on your end to indicate its not 3.6?