diff options
Diffstat (limited to 'samples/tree/index.html')
-rw-r--r-- | samples/tree/index.html | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/samples/tree/index.html b/samples/tree/index.html deleted file mode 100644 index 7582ec0..0000000 --- a/samples/tree/index.html +++ /dev/null @@ -1,33 +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> - - <li><a href="01_basic.html">Basic init</a></li> - <li><a href="01p_basic.html">Basic init with server side child flag setting</a></li> - <li><a href="02_dynamic_loading.html">Dynamical loading</a></li> - <li><a href="03_sql_config.html">Basic init with SQL configuration</a></li> - <li><a href="04_custom_styles.html">Rendering customization</a></li> - <li><a href="05_save.html">DataProcessor usage</a></li> - <li><a href="06_validation.html">Validation</a></li> - <li><a href="08_tree_group_connector.html">Group connector</a></li> - <li><a href="09_tree_multitable_connector.html">Multitable connector</a></li> - - </body> -</html> - |