Modify ↓
Ticket #3029 (closed enhancement: invalid)
[treeview] Callback for successful async (AJAX) load of (part of) the tree
| Reported by: | lordarthas | Owned by: | joern |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3 |
| Component: | plugin | Version: | 1.2.6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Hello!
I think it would be quite useful to provide, for the async version of the TreeView, the ability to associate a Callback for a succesful async (AJAX) request which loads data into the tree. This is different from the "toggle" event, as it's called also at the initial data load and it doesn't get called when closing nodes.
I patched jquery.treeview.async.js this way (diff -U is attached). It works on my system, however it might not be the ideal way. ;)
Attachments
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

