Changed tree stucture by DragAndDrop and save after refreshi

How to save tree changings by DragAndDrop after refresh of bowser

SaveOpenStates() and SaveStates() works only when nodes is open but if i changed places (by DragAndDrop) it can’t save after refreshing there are same structure of tree



Thanks

saveOpenStates and loadOpenStates - will save only open|closed state of tree items in cookie
saveState and loadState - will save full state of tree so it can be used to save ( in cookie ) tree after d-n-d

Please beware that saveState functionality is limited by cookie size, so it can be used for small trees only.