I have a question that I'm not sure how to phrase, regarding using jTree
from jComponents (if anyone's got some experience on using it) from
http://clearsoftware.net/client/jComponents.cfm
 
The basic layout of the jTree stuff is something like this....
 
<cf_jcomponentSkin>                                                     
<cf_jTree height="200">
<cf_jTreeNode label="node1">
                        <cf_jTreeLink label="link">
                        <cf_jTreeLink label="link2">
                        <cf_jTreeLink label="link3">
                        <cf_jTreeNode label="node2">
                                    <cf_jTreeLink label="link1">
                                    <cf_jTreeNode label="node3">
                                                <cf_JTreeLink
label="link1">
                                                <cf_jTreeLink
label="link2">
                                                <cf_jTreeLink
label="link3">
                                                <cf_jTreeLink
label="link4">
                                    </cf_jTreeNode>
                                    <cf_jTreeNode label="node4">
                                                <cf_JTreeLink
label="link1">
                                                <cf_jTreeLink
label="link2">
                                    </cf_jTreeNode>
                        </cf_jTreeNode>                        
</cf_jTreeNode>
</cf_jTree>
 
my problem is when I try to make this interact with a database, I can't
wrap my head around how to make it build nodes and closing nodes, where
some might be nested inside others, etc.
does anyone have any sample code for this?
 
Thanks,
Brian


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184630
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to