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

objective c - iPhone and it's wireless area -

unix - Listing all shared memory segments used by a process on AIX5.3+ -

tsql - Correct sql/hql query (aggregate in where clause) -