The easiest library I have found to accomplish this is HTMLXtree. They have a good set of other widgets (tabs, editors etc) but the tree view is excellent. You can set it to output only the trunk nodes and query later for the leaves as a user opens the folder. It also allows for custom graphics and includes a folder metaphor and character listing (+/_ graphics).
There is a free version that doesn't handle XML output or a paid version that does. There is a slight learning curve but overall very powerful and easy to use. Support is excellent as well. Just post your questions and within a day someone will answer. --S ^ On Thu, Jan 8, 2009 at 6:21 PM, Dominic Watson <[email protected]> wrote: > Yeh, I'm with Adrian, though whatever js library you're most familiar > with will do. If there is a CF tag for doing this it would either be > outputting some javascript or a generating flash which, while good for > quick solutions, doesn't really fit into a long-term client-side way > of coding in my opinion; there simply isn't the completeness or > flexibility that is offered from the various js libraries. Also, as > Adrian demonstrated; with a working knowledge of any of the libraries, > not using CF for such things is really just as quick and simple. > > Truly seperating display logic and business logic, added with crossing > the js noob / js journeyman border is quite a light-bulb moment I > think. > > My tuppence, > > Dominic > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317644 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

