diff options
Diffstat (limited to 'samples/tree/index.html')
-rw-r--r-- | samples/tree/index.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/samples/tree/index.html b/samples/tree/index.html new file mode 100644 index 0000000..7582ec0 --- /dev/null +++ b/samples/tree/index.html @@ -0,0 +1,33 @@ +<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> + |