diff options
Diffstat (limited to 'samples/index.html')
-rw-r--r-- | samples/index.html | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/samples/index.html b/samples/index.html deleted file mode 100644 index c329ac2..0000000 --- a/samples/index.html +++ /dev/null @@ -1,32 +0,0 @@ -<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>Be sure to create a test DB from "dump.sql" and adjust db settings in "config.php"</div> - - <li><a href="./grid/index.html">Grid</a></li> - <li><a href="./tree/index.html">Tree</a></li> - <li><a href="./treegrid/index.html">TreeGrid</a></li> - <li><a href="./combo/index.html">Combo</a></li> - <li><a href="./dataview/index.html">DataView</a></li> - <li><a href="./scheduler/index.html">Scheduler</a></li> - <hr/> - <li><a href="./treegrid/index.html">Data Export</a></li> - </body> -</html>
\ No newline at end of file |