diff options
author | Maksim <max@dhtmlx.com> | 2011-07-18 18:21:10 +0300 |
---|---|---|
committer | Maksim <max@dhtmlx.com> | 2011-07-18 18:21:10 +0300 |
commit | 5c2afae6cf595c981155ac68501ac2d1af77db54 (patch) | |
tree | b07de6379fb3eb540df732a57061cafd05288599 /samples/tree/index.html | |
download | connector-php-5c2afae6cf595c981155ac68501ac2d1af77db54.zip connector-php-5c2afae6cf595c981155ac68501ac2d1af77db54.tar.gz connector-php-5c2afae6cf595c981155ac68501ac2d1af77db54.tar.bz2 |
* import of php connector v1.2
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> + |