Hi,
Could you please provide me the XML file format for the dhtmlxFolders component in which we need to send the data from server to the dhtmlxFolder’s loadXML() method.
Also, could you please provide various parameters which can be specified on server so that it will be honoured/available on the js side.
Thanks,
Vibhav Agrawal
loadXML method of dhtmlxFolders gets xml and xls files as the parameters.
The xml format is:
...
...
Items are displayed according to the xls template defined in the second parameter.
Please see ready folders sample for more details.
There are problems with userdata - there isn’t public method to get userdata . DataView is much more sutable if you want to set properties to the items and access them easily. Possibly it would be better to wait for DataView release.
If you need to get userdata in Folders, I can provide you an approach that uses private methods and properties.