27 lines
418 B
HTML
27 lines
418 B
HTML
<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>
|
|
|