minor fix in hover for prior commit
[openemr.git] / library / js / jquery.treeview-1.4.1 / demo / source.php
blobe7a9a279741259ee29c7228a64a941287a7b20b4
1 <?php
2 if ($_REQUEST['root'] == "source"):
3 ?>
6 "text": "1. Pre Lunch (120 min)",
7 "expanded": true,
8 "classes": "important",
9 "children":
12 "text": "1.1 The State of the Powerdome (30 min)"
15 "text": "1.2 The Future of jQuery (30 min)"
18 "text": "1.2 jQuery UI - A step to richnessy (60 min)"
23 "text": "2. Lunch (60 min)"
26 "text": "3. After Lunch (120+ min)",
27 "children":
30 "text": "3.1 jQuery Calendar Success Story (20 min)"
33 "text": "3.2 jQuery and Ruby Web Frameworks (20 min)"
36 "text": "3.3 Hey, I Can Do That! (20 min)"
39 "text": "3.4 Taconite and Form (20 min)"
42 "text": "3.5 Server-side JavaScript with jQuery and AOLserver (20 min)"
45 "text": "3.6 The Onion: How to add features without adding features (20 min)",
46 "id": "36",
47 "hasChildren": true
50 "text": "3.7 Visualizations with JavaScript and Canvas (20 min)"
53 "text": "3.8 ActiveDOM (20 min)"
56 "text": "3.8 Growing jQuery (20 min)"
61 <?php else: sleep(1); ?>
65 "text": "1. Review of existing structures",
66 "expanded": true,
67 "children":
70 "text": "1.1 jQuery core"
73 "text": "1.2 metaplugins"
78 "text": "2. Wrapper plugins"
81 "text": "3. Summary"
84 "text": "4. Questions and answers"
88 <?php endif; ?>