Home - Forums-.NET - FlyTreeView (ASP.NET) - Injecting Extra Javascript

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

Injecting Extra Javascript
Link Posted: 14-Oct-2009 04:43
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!
Link Posted: 15-Oct-2009 00:44
You can handle FlyTreeView javascript events.
If you need some deeper integration, then you should probably modify FlyTreeView itself (if you have source code).