Add version files and new GIF images for UI components
This commit is contained in:
32
themes/connector/samples/treegrid/index.html
Normal file
32
themes/connector/samples/treegrid/index.html
Normal file
@ -0,0 +1,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>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="06_treegrid_group_connector.html">Group connector</a></li>
|
||||
<li><a href="07_treegrid_multitable_connector.html">Multitable connector</a></li>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user