diff options
Diffstat (limited to 'samples/dataview/index.html')
-rw-r--r-- | samples/dataview/index.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/samples/dataview/index.html b/samples/dataview/index.html new file mode 100644 index 0000000..fd99f9a --- /dev/null +++ b/samples/dataview/index.html @@ -0,0 +1,25 @@ +<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_static_loading.html">Static loading</a></li> + <li><a href="02_dynamic_loading.html">Dynamic loading</a></li> + <li><a href="03_adding.html">Adding</a></li> + </body> +</html> + |