Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to put pages and subpages in tree - starting with AJAX

Guest
Jun 18, 2011 Jun 18, 2011

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

424
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 18, 2011 Jun 18, 2011

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 19, 2011 Jun 19, 2011

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 19, 2011 Jun 19, 2011
LATEST

http://lmgtfy.com/?q=dhtml+drag+and+drop+tree

--

Adam

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources