Is there any way to inject some Javascript into the predefined code used by the FlyTreeView control? For example, I want to trigger an event through Javascript every time a FlyTreeNode is expanded or collapsed on the page, but I'm not sure I have access to the Javascript that is actually being called for these events.
Is this possible, and what would this look like? Thanks a lot!