Is there a way to update the dojo tree item id with the id come from database? -
I have a dojo tree that is temporarily created in its node memory. I have created a new node like this in a timestamp An ID is assigned: var newID = new date (). GetTime () This new node will be associated with a form to control its information. My hope is: When the form is stored, the new ID from the database will replace the timestamp ID above. How can I do this?
Thanks !!!
Comments
Post a Comment