diff options
author | Stanislau Wolski <stanislau.wolski@gmail.com> | 2015-08-24 20:20:22 +0300 |
---|---|---|
committer | Stanislau Wolski <stanislau.wolski@gmail.com> | 2015-08-24 20:20:22 +0300 |
commit | 582b5b5355dafaf4fe427fe7bf98e2b38f07fba3 (patch) | |
tree | 9b453c4c1083d9082444cd91169d2c9aa44be5fd /samples/scheduler/index.html | |
parent | c5b18861823757d2632a06f13edb2ed639cf4ecd (diff) | |
download | connector-php-582b5b5355dafaf4fe427fe7bf98e2b38f07fba3.zip connector-php-582b5b5355dafaf4fe427fe7bf98e2b38f07fba3.tar.gz connector-php-582b5b5355dafaf4fe427fe7bf98e2b38f07fba3.tar.bz2 |
[update] minor typos in samples, latest DHTMLX
Diffstat (limited to 'samples/scheduler/index.html')
-rw-r--r-- | samples/scheduler/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/scheduler/index.html b/samples/scheduler/index.html index c480dc6..85a1190 100644 --- a/samples/scheduler/index.html +++ b/samples/scheduler/index.html @@ -23,6 +23,8 @@ <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> + <li><a href="06_json_connector_options.html">JSON data loading with optionsConnector</a></li> + <li><a href="07_array_connector.html">array data loading</a></li> </body> </html> |