Question
How CFTREE tag (FORMAT="HTML") is working?
Hi,
Does anybody use CFTREE tag with the attribute format="html"?
It's very useful that I can bind the tree with the cfc. But how should I work with this tree after that?
How can I change a style? How can I add the checkboxes? How can I get the data from the selected node? e.t.c.
As I understand CFTREE uses the YAHOO widget for the tree building. I found the cftree documentation and yahoo.widget.treeview documentation, but I didn't find the documentation how to combine them. :(
I've tried to make a complex tree and I've got some issues:
- The examples from yahoo don't work because the coldfusion uses his own mechanism of building the dynamic tree (I am not sure where I can insert my code).
- My tree context menu is working in the IE only (doesn't work in Firefox).
- Also ColdFusion.Tree.refresh function is not working. :(
Is it possible to create a real working complex tree by using <cftree format="html">?
Could anybody give me the links to the documentation or examples, please?
Thanks in advance!
Andrey
Does anybody use CFTREE tag with the attribute format="html"?
It's very useful that I can bind the tree with the cfc. But how should I work with this tree after that?
How can I change a style? How can I add the checkboxes? How can I get the data from the selected node? e.t.c.
As I understand CFTREE uses the YAHOO widget for the tree building. I found the cftree documentation and yahoo.widget.treeview documentation, but I didn't find the documentation how to combine them. :(
I've tried to make a complex tree and I've got some issues:
- The examples from yahoo don't work because the coldfusion uses his own mechanism of building the dynamic tree (I am not sure where I can insert my code).
- My tree context menu is working in the IE only (doesn't work in Firefox).
- Also ColdFusion.Tree.refresh function is not working. :(
Is it possible to create a real working complex tree by using <cftree format="html">?
Could anybody give me the links to the documentation or examples, please?
Thanks in advance!
Andrey
