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

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -