blob: af27ced767f01de8670acf9e6c868b2e662b0f60 (
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
33
|
<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>Samples are based on standard edition, so to have working TreeGrid samples you need to update files in common folder with ones from dhtmlxSuite pro</div>
<li><a href="01_basic.html">Basic init</a></li>
<li><a href="02_dynamic_loading.html">Dynamic loading</a></li>
<li><a href="03_sql_config.html">SQL config</a></li>
<li><a href="04_custom_styles.html">Custom styles</a></li>
<li><a href="05_live_update.html">Live update mode</a></li>
<li><a href="06_treegrid_group_connector.html">Group connector</a></li>
<li><a href="07_treegrid_multitable_connector.html">Multitable connector</a></li>
</body>
</html>
|