summaryrefslogtreecommitdiffstats
path: root/samples/combo/index.html
blob: 2c7f63ec4026853d4b5b929bac8546c6bdfc97a3 (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
<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>
		
		<li><a href="01_basic.html">Basic init</a></li>
		<li><a href="02_sql.html">Basic init by sql string</a></li>
		
	</body>
</html>