Jump to content

Need help with creating coldfusion site

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
hoser2001

hoser2001

    Programmer

  • Members
  • PipPipPipPip
  • 173 posts
I have a coldfusion page that my client wants a treeview component added to.

I've done some searching around but can't find anything specific enough for my needs.

Treeview control will most likely have to be bound to an XML document, as the data is heirarchial and dynamic.

If anyone has created anything like this using coldfusion, html, javascript, etc.. Let me know and provide any useful examples. Any help is greatly appreciated.

#2
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
I'm not sure, but using ASP.NET you could create a TreeView control. Try the Visual Web Developer 2008 Express Edition IDE. I have no idea how it works (or even if it works), I just think I've seen the control in the Toolbox.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,822 posts
It depends a little one whether you want to use AJAX techniques to dynamically load pieces of the tree or populate it all at once. Regardless, you are probably looking at implementing most of the functionality through JavaScript.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
Although if you have a .NET-enabled server, ASP.NET does provide for this sort of application, I believe.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums