Re: DB Driven Collapsable Tree

2003-03-28 Thread Bryan Stevenson
oldFusion Users Group Founder & Director www.cfug-vancouverisland.com - Original Message - From: "Matt Robertson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, March 27, 2003 4:38 PM Subject: Re: DB Driven Collapsable Tree >

Re: DB Driven Collapsable Tree

2003-03-27 Thread Nick de Voil
> I'm looking for a tree structure that can be expanded and collapsed much > like Windows Explorer. I'm surprised no-one has mentioned Joust. Not supported any more but still pretty good, don't you think? http://www.ivanpeters.com/index.htm?page=/joust/ Nick PS I *love* Jochem's solution to the

Re: DB Driven Collapsable Tree

2003-03-27 Thread Matt Robertson
Bryan: Where is the thing? All I can find are menus at dhtmlcentral.com, and we're talking about an Explorer-type tree. That guy writes some neat stuff. Cedric: You say he charges a lot. Are you talking about the US$49.95 for the Pro ver? --- Matt R

Re: DB Driven Collapsable Tree

2003-03-27 Thread Bryan Stevenson
www.dhtmlcentral.com trust me it's a great script ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com --

RE: DB Driven Collapsable Tree

2003-03-27 Thread Hamm, Greg
>> and the author claims a CF tag is available to registered users to db-drive it Ya the CoolJSTree Pro works pretty well, cant remember if it works with NS4 or not. But the CF tag does exist, I know 'cause I wrote it. It needs some updating (haven't touched it since cf4.5) but it gets the job don

Re: DB Driven Collapsable Tree

2003-03-27 Thread Jochem van Dieten
Cedric Villat wrote: > It has to work on IE and NS4. Any ideas? Talk yourt boss out of supporting NS4, it is obsolete. Jochem ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.house

Re: DB Driven Collapsable Tree

2003-03-27 Thread Bryan Stevenson
<[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, March 27, 2003 9:09 AM Subject: Re: DB Driven Collapsable Tree > I used Tigra Menu (www.softcomplex.com) > > I used it with a SQL DB to populate all elements. > > >>> [EMAIL PROTEC

Re: DB Driven Collapsable Tree

2003-03-27 Thread Bryan Stevenson
Take a look at the menus available at DHTMLCentral.com They work great in those browsers. You'll have to make them data-driven, but it's not that hard (just some queries and loops). Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e

Re: DB Driven Collapsable Tree

2003-03-27 Thread Randell B Adkins
I used Tigra Menu (www.softcomplex.com) I used it with a SQL DB to populate all elements. >>> [EMAIL PROTECTED] 03/27/03 12:08PM >>> I'm looking for a tree structure that can be expanded and collapsed much like Windows Explorer. It needs to be built from my DB tree structure I already have setup.