From 8423cda014c6aee9fb3a3f7ebe78bc0465e7355f Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 22 Jan 2011 20:33:28 +0000 Subject: finished the first pass on the pages plugin for using the new HTML/CSS git-svn-id: http://code.elgg.org/elgg/trunk@7904 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/pages/vendors/jquery-treeview/demo/source.php | 88 +++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 mod/pages/vendors/jquery-treeview/demo/source.php (limited to 'mod/pages/vendors/jquery-treeview/demo/source.php') diff --git a/mod/pages/vendors/jquery-treeview/demo/source.php b/mod/pages/vendors/jquery-treeview/demo/source.php new file mode 100644 index 000000000..c31b957f9 --- /dev/null +++ b/mod/pages/vendors/jquery-treeview/demo/source.php @@ -0,0 +1,88 @@ + +[ + { + "text": "1. Pre Lunch (120 min)", + "expanded": true, + "classes": "important", + "children": + [ + { + "text": "1.1 The State of the Powerdome (30 min)" + }, + { + "text": "1.2 The Future of jQuery (30 min)" + }, + { + "text": "1.2 jQuery UI - A step to richnessy (60 min)" + } + ] + }, + { + "text": "2. Lunch (60 min)" + }, + { + "text": "3. After Lunch (120+ min)", + "children": + [ + { + "text": "3.1 jQuery Calendar Success Story (20 min)" + }, + { + "text": "3.2 jQuery and Ruby Web Frameworks (20 min)" + }, + { + "text": "3.3 Hey, I Can Do That! (20 min)" + }, + { + "text": "3.4 Taconite and Form (20 min)" + }, + { + "text": "3.5 Server-side JavaScript with jQuery and AOLserver (20 min)" + }, + { + "text": "3.6 The Onion: How to add features without adding features (20 min)", + "id": "36", + "hasChildren": true + }, + { + "text": "3.7 Visualizations with JavaScript and Canvas (20 min)" + }, + { + "text": "3.8 ActiveDOM (20 min)" + }, + { + "text": "3.8 Growing jQuery (20 min)" + } + ] + } +] + + +[ + { + "text": "1. Review of existing structures", + "expanded": true, + "children": + [ + { + "text": "1.1 jQuery core" + }, + { + "text": "1.2 metaplugins" + } + ] + }, + { + "text": "2. Wrapper plugins" + }, + { + "text": "3. Summary" + }, + { + "text": "4. Questions and answers" + } + +] + \ No newline at end of file -- cgit v1.2.3