Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by askman on Jun 17, 2008 08:17
open dhtmlx forum
How to restore dhtmlxTree opened nodes when user comes back to the page?

Answer posted by Support on Jun 17, 2008 09:39
You can store state of nodes in cookies
    http://www.dhtmlx.com/docs/products/dhtmlxTree/samples/initialization_general_settings/pro_cookies.html

to save open state
    tree
.saveOpenStates()

to
load open state
    tree
.loadOpenStates()