Copy link to clipboard
Copied
Hello to everybody,
It is a CMS, clients have pages, subpages, subsubpages that are stored in database with id's. I would like to be able to show this as a tree, I plan on using AJAX to make drag and drop possible, I was planning on using dhtmlxtree component, unless someone has a better idea
In fact that is two questions in one:-)
I downloaded CFAJAX, is that a good one to begin with or are there better (more recent?) alternatives??
Thanks for your idea's
Bianca
Copy link to clipboard
Copied
I've not used CFAJAX (not even heard of it prior to your mention of it), so I'm not in a position to say x is better than y; but for any client-side stuff I was undertaking, I'd use jQuery. Its reach is far more than just AJAX operations, it - and its plugins - covers anything you might want to do client-side, and is very easy to use, provided one's prepared to spend a bit of time getting up to speed with how it and JavaScript work.
--
Adam
Copy link to clipboard
Copied
I found out how to put it in a tree, in cfml and as xml now I need a tree layout that makes drag and drop possible to change the order of pages. Anyone??
Bianca
Copy link to clipboard
Copied
http://lmgtfy.com/?q=dhtml+drag+and+drop+tree
--
Adam