Add version files and new GIF images for UI components
This commit is contained in:
26
themes/connector/samples/combo/index.html
Normal file
26
themes/connector/samples/combo/index.html
Normal file
@ -0,0 +1,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>
|
||||
|
||||
Reference in New Issue
Block a user