Guest User

Untitled

a guest
Jun 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. clicking an "entry"
  2. requests an entry editor and
  3. the entry's children
  4.  
  5. when a response comes back for a "get entry editor" request
  6. ok: replace the entry's container with editor
  7.  
  8. when a response comes back for a "get entry's children" request
  9. ok: replaces the list with the entries child entries
  10.  
  11. clicking an entry's "remove" link
  12. sends a delete message to the server
  13. replaces the list of children with nothing
  14. removes the entry container from the list
  15.  
  16. cancelling a form
  17. replaces container/target with representation
Add Comment
Please, Sign In to add comment