Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Feb 21, 2007 17:06
open dhtmlx forum
If I edit an item in the tree and then serializing, the xml-code will contain incorrect syntax. Here i...

If I edit an item in the tree and then serializing, the xml-code will contain incorrect syntax.

Here is an example:

<item id="84"  select="1" text="<input class="intreeeditRow" 

value="REFERENSER" type="text">">

Answer posted on Feb 21, 2007 17:07

You must stop edit before serialization.

                tree.stopEdit();

                var z=tree.serializeTree();

Answer posted by radyno (Support) on Dec 11, 2014 13:12

Having solved the problem mentioned above, you may also look through the possible related problems with dynamic html calendar and calendar with javascript.