Add version files and new GIF images for UI components
This commit is contained in:
28
themes/connector/samples/scheduler/index.html
Normal file
28
themes/connector/samples/scheduler/index.html
Normal file
@ -0,0 +1,28 @@
|
||||
<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_init.html">Basic init</a></li>
|
||||
<li><a href="02_dynamic_loading.html">Dynamic loading</a></li>
|
||||
<li><a href="03_connector_options.html">Connector options</a></li>
|
||||
<li><a href="04_recurring_events.html">Recurring events</a></li>
|
||||
<li><a href="05_json.html">JSON data loading</a></li>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user