summaryrefslogtreecommitdiffstats
path: root/samples/tree/02_dynamic_loading.html
diff options
context:
space:
mode:
Diffstat (limited to 'samples/tree/02_dynamic_loading.html')
-rw-r--r--samples/tree/02_dynamic_loading.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/samples/tree/02_dynamic_loading.html b/samples/tree/02_dynamic_loading.html
index fef1a19..07e4049 100644
--- a/samples/tree/02_dynamic_loading.html
+++ b/samples/tree/02_dynamic_loading.html
@@ -9,14 +9,13 @@
<script src="../dhtmlx/dhtmlx.js" type="text/javascript" charset="utf-8"></script>
-<script src="../../codebase/connector.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="../dhtmlx/dhtmlx.css" type="text/css" charset="utf-8">
</head>
<body>
<div id="treeboxbox_tree" style="width:300; height:218;background-color:#f5f5f5;border :1px solid Silver; "></div>
<script type="text/javascript" charset="utf-8">
tree=new dhtmlXTreeObject("treeboxbox_tree","100%","100%",0);
- tree.setImagePath("../dhtmlx/tree/");
+ tree.setImagePath("../dhtmlx/imgs/dhxtree_skyblue/");
//tree.enableSmartXMLParsing(true);
tree.setXMLAutoLoading("02_dynamic_loading_connector.php")
tree.loadXML("02_dynamic_loading_connector.php");