summaryrefslogtreecommitdiffstats
path: root/samples/tree/04_custom_styles.html
diff options
context:
space:
mode:
authorStanislau Wolski <stanislau.wolski@gmail.com>2014-08-08 15:50:58 +0300
committerStanislau Wolski <stanislau.wolski@gmail.com>2014-08-08 15:50:58 +0300
commit7e489ef83cf2b3854b71d357e9164ab1f00e310f (patch)
tree0580fbea288db47ab430f652e399dae01072b46e /samples/tree/04_custom_styles.html
parenta3f61f91ca50598de2126ea0864b3acc7f56a847 (diff)
downloadconnector-php-7e489ef83cf2b3854b71d357e9164ab1f00e310f.zip
connector-php-7e489ef83cf2b3854b71d357e9164ab1f00e310f.tar.gz
connector-php-7e489ef83cf2b3854b71d357e9164ab1f00e310f.tar.bz2
[update] updated to dhtmlx 4.x
Diffstat (limited to 'samples/tree/04_custom_styles.html')
-rw-r--r--samples/tree/04_custom_styles.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/samples/tree/04_custom_styles.html b/samples/tree/04_custom_styles.html
index 32a69e6..a6c4de7 100644
--- a/samples/tree/04_custom_styles.html
+++ b/samples/tree/04_custom_styles.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.enableCheckBoxes(true);
tree.loadXML("04_custom_styles_connector.php");