Wiki

Articles tagged with "ctreeview", sorted by date (updated)X
Displaying 1-2 of 2 result(s).

Display an AJAX tree from your DB using CTreeView

Updated 11 months ago by François GannazTutorials9 comments – viewed 26,797 times – ( +20 )
This example uses a MySQL DB with a table named tree with the fields id, name, and parent_id. The parent_id will be NULL for root elements. The SQL is kept simple (no autoinc, no FK, etc).
tags: AJAX, CTreeView

adding class and links to Ctreeview node

Updated about a year ago by bingjie2680Tips2 comments – viewed 7,528 times – ( +4 )
This article will show you how to add links and class to each node in ctreeview. so you can attach events in js by obtaining handler on anchor or class.
tags: ctreeview, link, class