parameters

Hi,
I don’t want to store tree node by node in db - please do not recommend such approach.

I just want to store it as xml or json or something else that can be easily loaded back.
We paid for pro version and no such similar option there.
When I’m adding user data then sending to server it’s ok.
But when I’m trying loadXML with user data then I get wrong xml error.
How it’s possible to not support such base functionality like adding custom fields in xml?
I need that! We paid for pro version just to use serialization and nothing - that’s seems to be useless if I can’t deserialize it.
Anyone can help?

But when I’m trying loadXML with user data then I get wrong xml error.
Can you provide complete demo where we can reproduce this issue?

BTW, if you have PRO version it’s better to open ticket at support.dhtmlx.com/. Question posted at customer support have bigger priority.

Sorry, but I was wrong,
looks like userdata is saved and loaded.

But I’ve other question:
is that possible to attach to event that means any tree structure edition appeared?
Like someone deleted added renamed some node.
I tried onEdit but it’s not working.
Please help.

Maybe it’s possible to use dataProcessor without saving data to the server but just to handle events?

is that possible to attach to event that means any tree structure edition appeared?
Like someone deleted added renamed some node.

You may call the necessary functionality right after insertNewItem, deleteItem or setItemText method. There is no need to use events. onEdit will be called when an item is edited:

dhtmlx.com/docs/products/dht … _edit.html

Please see the related post viewtopic.php?f=3&t=20564&p=66651#p66651