blob: c329ac21e67b383b2bc6feb3c3114d6604f6a349 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<html>
<head></head>
<style type="text/css" media="screen">
*{
font-family:Tahoma;
}
div,li{
font-size:10pt;
}
div{
padding-bottom:20px;
}
li{
padding-left:50px;
padding-bottom:10px;
}
</style>
<body>
<h2>dhtmlxConnector for PHP :: Samples</h2>
<div>Be sure to create a test DB from "dump.sql" and adjust db settings in "config.php"</div>
<li><a href="./grid/index.html">Grid</a></li>
<li><a href="./tree/index.html">Tree</a></li>
<li><a href="./treegrid/index.html">TreeGrid</a></li>
<li><a href="./combo/index.html">Combo</a></li>
<li><a href="./dataview/index.html">DataView</a></li>
<li><a href="./scheduler/index.html">Scheduler</a></li>
<hr/>
<li><a href="./treegrid/index.html">Data Export</a></li>
</body>
</html>
|