Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Feb 21, 2007 16:45
open dhtmlx forum
In the xml formation – I need to attach 2 datas for the node. For ex : <tree id=”text”><t...

In the xml formation – I need to attach 2 datas for the node.

For ex :

<tree id=”text”><tree id=”1”><userdata name=”folder”>0</userdata></tree></tree>

Here I attach a single data using userdata tag.I need to attach other data also for that node.So suggest me how to do that.

Answer posted on Feb 21, 2007 16:46

You can add any number of user data tags inside item tag.

So, the next will be correct:

            <tree>

            <item id="1">

                        <userdata name="folder">0</data>

                        <userdata name="access">1</data>

                        ...

                        <userdata name="nnn">xxx</data>

            </item>

            </tree>

Answer posted by Andrei (Support) on Nov 27, 2014 16:02

Having solved the problem mentioned above, you may also look through the possible related problems with php scheduler calendar and ajax web controls.