I have a tree and then a treeitem.  WIth in the tree there is a folder of
class.  Underneath class is an element that I would like to be a hyper link.

Here is how I set it up but it made the class the hyperlink.  Little help
here.


Joshua Tipton


<cftree name="Installed_Hardware"
        width="640"
        bold="No"
        italic="No"
        border="Yes"
        hscroll="Yes"
        vscroll="Yes"
        required="No"
        completepath="No"
        appendkey="Yes"
        highlighthref="Yes">
                <cfoutput query="hardware">
                                    <cftreeitem value="Class, der"
            img="folder,element"

href="showpcs.cfm?groupname=#groupname#&sigid=#sigid#&class=#class#"
            query="Hardware"
            queryasroot="No"
            expand="No">
                        </cfoutput>
</CFTREE>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to