Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Feb 14, 2007 16:36
open dhtmlx forum
When serializing the tree I want the information about locked items to be included. Is there a way to do that...

When serializing the tree I want the information about locked items to be included. Is there a way to do that?
Answer posted on Feb 21, 2007 16:45

By default locked items aren't included in XML serialization output, and there is no any public API to disable such behaviourá čut you can add the next code after including all js files, but before tree initialization:

dhtmlXTreeObject.prototype._serializeLockItem=dhtmlXTreeObject.prototype._se

rializeItem;

This will solve your problem.

Answer posted by Stanislav (Support) on Dec 04, 2014 21:52

To find more precise comments upon this issue, we can offer you read about datagrid html and ical agenda view.