>My question is does CFTree allow this and how easy is it to use CFTree
tags?
>I've heard it's quite problematic and that I'd be better off just using a
>javascript with queries.  Any info would be greatly appreciated.


CFTree does allow you to display hierarchical information in an
expanding/collapsing format, and so theoretically it would suffice for your
task.  There is a fair amount of customization that can be done using the
various parameters to the tag.  Perhaps the greatest advantage to CFTree is
that, since it spawns a Java app, it should work in any Java enabled
browser.

On the other hand, the fact that it is a Java app may also be one of its
greatest *disadvantages*, depending on your view of Java.  I guess that is
just a matter of perspective <g>.

I used CFTree for this sort of thing at one time, but I recently re-did it
using IE specific DHTML.  The expanding and collapsing of elements is really
quite trivial using the CSS property "display", but since Netscape 4.x does
not allow you to modify this value through script my JS solution is IE
dependant.  The other advantage to using JS to do this is that I can expand
and collapse branches with one click, whereas CFTree requires a double click
(my client hates to double click).

After working with both solutions I think I like the JS version better.

Regards,
Seth Petry-Johnson
Argo Enterprise and Associates



------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to