Re: Dynamic Tree view in ColdFusion

2007-12-19 Thread John Eubanks
I would be very interested, as I am working a site whose navigation is data driven. >I wrote one using treeview.nets treeview js. >http://fullcitymedia.com/apps/treeview/ It supports direct linking to tree >nodes. > >Let me know if anyone is interested. > >Emmet > >I did a basic one and posted it

Re: Dynamic Tree view in ColdFusion

2005-08-16 Thread Matt Robertson
On 8/15/05, simmyana a <[EMAIL PROTECTED]> wrote: > > please give me some idea as how to do it at the server side Just d/l the tag and adapt the sample db structure to your own. Its very simple. -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com ~~~

RE: Dynamic Tree view in ColdFusion

2005-08-16 Thread Micha Schopman
- -Original Message- From: simmyana a [mailto:[EMAIL PROTECTED] Sent: dinsdag 16 augustus 2005 9:47 To: CF-Talk Subject: Re: Dynamic Tree view in ColdFusion This

Re: Dynamic Tree view in ColdFusion

2005-08-16 Thread simmyana a
This is what i did, but i am unable to track the expanded subcategories any help? /*function node(id) { window.location="testbgTreeview.cfm?id=" + id; } */ function submitform(id) { document.myform.a

RE: Dynamic Tree view in ColdFusion

2005-08-16 Thread Micha Schopman
Simmyana, What have you tried already to get things working, or do you have examples on which we can comment on. Did you look at code examples, documentation or something like that? Micha Schopman Project Manager Modern Media, Databankweg 12 M, 3821 AL Amersfoort Tel 033-4535377, Fax 033-45353

Re: Dynamic Tree view in ColdFusion

2005-08-15 Thread simmyana a
please give me some idea as how to do it at the server side >I did a basic one and posted it. Look for TreeMonger in the MM Devex. One >thing it is missing is -- if you deep-link into a page within the tree -- >the freebie one does not open the tree out to match up with the current page >(it do

Re: Dynamic Tree view in ColdFusion

2005-08-12 Thread Jeremy Adams
t; > >- > > >Modern Media, Making You Interact Smarter. Onze oplossingen verbeteren > > >de interactie met uw doelgroep. > > >Wilt u meer omzet, lagere kosten of een beter service niveau? Voor meer > > >informatie zie www.modernmedia.nl > > >------------ > > >

Re: Dynamic Tree view in ColdFusion

2005-08-12 Thread James Holmes
ren > >de interactie met uw doelgroep. > >Wilt u meer omzet, lagere kosten of een beter service niveau? Voor meer > >informatie zie www.modernmedia.nl > > > >-------- > >- > > > >-Origina

RE: Dynamic Tree view in ColdFusion

2005-08-12 Thread Micha Schopman
augustus 2005 8:56 To: CF-Talk Subject: Re: Dynamic Tree view in ColdFusion this is our table structure ID | Name | Level | ParentId is it possible to implement tree view using this data? >You are free to use > >http://www.mschopman.demon.nl/treeview_v1.6.2/. > >It lacks in document

Re: Dynamic Tree view in ColdFusion

2005-08-12 Thread simmyana a
beter service niveau? Voor meer >informatie zie www.modernmedia.nl > > >- > >-Original Message- >From: simmyana a [mailto:[EMAIL PROTEC

RE: Dynamic Tree view in ColdFusion

2005-08-11 Thread Micha Schopman
- -Original Message- From: simmyana a [mailto:[EMAIL PROTECTED] Sent: vrijdag 12 augustus 2005 4:32 To: CF-Talk Subject: Re: Dynamic Tree view in ColdFusion client side widgetas our client is using CF5, we can't use recursive function to display any help would be appreciated >

Re: Dynamic Tree view in ColdFusion

2005-08-11 Thread simmyana a
as I need a dynamic tree, i don't think we can use flash here > I built somthing like that in Flash using the Tree component and a > scrollpane to display lists of files. Last time I looked at it, though, > the Flash Tree component didn't support drag and drop, so I > it. > > > Hi, > > >

Re: Dynamic Tree view in ColdFusion

2005-08-11 Thread Paul Hastings
Robert Munn wrote: > I built somthing like that in Flash using the Tree component and a > scrollpane to display lists of files. Last time I looked at it, > though, the Flash Tree component didn't support drag and drop, so I > it. not that i understand in the least bit *how* they did drag & drop

Re: Dynamic Tree view in ColdFusion

2005-08-11 Thread Robert Munn
I built somthing like that in Flash using the Tree component and a scrollpane to display lists of files. Last time I looked at it, though, the Flash Tree component didn't support drag and drop, so I it. > Hi, > > I need the code to display the items in a dynamic tree view pattern > simi

Re: Dynamic Tree view in ColdFusion

2005-08-11 Thread simmyana a
veau? Voor meer >informatie zie www.modernmedia.nl > > >- >-Original Message- >From: simmyana a [mailto:[EMAIL PROTECTED] >Sent: donderdag 4 augustus 2005 10:42 >To: CF-Talk >Subject: Dynamic Tree view in ColdFusion > >Hi, > > I need the code to display the i

Re: Dynamic Tree view in ColdFusion

2005-08-08 Thread Deanna Schneider
I'd like to see that. :) On 8/8/05, Thomas Chiverton <[EMAIL PROTECTED]> wrote: > And I've got one that uses Ajax to fetch the sub nodes for a node :-) > ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticke

Re: Dynamic Tree view in ColdFusion

2005-08-08 Thread Thomas Chiverton
On Thursday 04 August 2005 10:41, simmyana a wrote: > I need the code to display the items in a dynamic tree view pattern > similar to windows explorer. can anyone help me with this? And I've got one that uses Ajax to fetch the sub nodes for a node :-) -- Tom Chiverton Advanced ColdFusion Pr

RE: Dynamic Tree view in ColdFusion

2005-08-04 Thread Emmet McGovern
-Talk Subject: Re: Dynamic Tree view in ColdFusion I did a basic one and posted it. Look for TreeMonger in the MM Devex. One thing it is missing is -- if you deep-link into a page within the tree -- the freebie one does not open the tree out to match up with the current page (it does if you nav

Re: Dynamic Tree view in ColdFusion

2005-08-04 Thread Matt Robertson
> - > -Original Message- > From: simmyana a [mailto:[EMAIL PROTECTED] > Sent: donderdag 4 augustus 2005 10:42 > To: CF-Talk > Subject: Dynamic Tree view in ColdFusion > > Hi, > > I need the code to display the

RE: Dynamic Tree view in ColdFusion

2005-08-04 Thread Micha Schopman
- -Original Message- From: simmyana a [mailto:[EMAIL PROTECTED] Sent: donderdag 4 augustus 2005 10:42 To: CF-Talk Subject: Dynamic Tree view in

Dynamic Tree view in ColdFusion

2005-08-04 Thread simmyana a
Hi, I need the code to display the items in a dynamic tree view pattern similar to windows explorer. can anyone help me with this? thanks ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket applicati