-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.php
64 lines (58 loc) · 4.49 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>Stimulsoft Dashboards.PHP</title>
<style>
html, body {
font-family: sans-serif;
}
</style>
</head>
<body>
<h2>This examples show how to work with the <a href="https://www.stimulsoft.com/en/products/dashboards-php" target="_blank">Stimulsoft Dashboards.PHP</a> product.</h2>
<hr>
<br><h3>License activation</h3>
<ul>
<li><a href="Working with Dashboard/How to Activate the Product.php">How to Activate the Product</a></li>
</ul>
<br><h3>Working with Dashboard</h3>
<ul>
<li><a href="Working with Dashboard/Printing a Dashboard from Code.php">Printing a Dashboard from Code</a></li>
<li><a href="Working with Dashboard/Exporting a Dashboard from Code.php">Exporting a Dashboard from Code</a></li>
<li><a href="Working with Dashboard/Changing Dashboard Properties on the Server-Side.php">Changing Dashboard Properties on the Server-Side</a></li>
</ul>
<br><h3>Working with Dashboard on the Server-Side</h3>
<ul>
<li><a href="Working with Dashboard on the Server-Side/Configuring and Installing NodeJs.php">Configuring and Installing Node.js</a></li>
<li><a href="Working with Dashboard on the Server-Side/Exporting a Dashboard from Code on the Server-Side.php">Exporting a Dashboard from Code on the Server-Side</a></li>
<li><a href="Working with Dashboard on the Server-Side/Registering a Data from Code when Exporting a Dashboard on the Server-Side.php">Registering a Data from Code when Exporting a Dashboard on the Server-Side</a></li>
<li><a href="Working with Dashboard on the Server-Side/Exporting a Dashboard from Code with Changing Export Settings.php">Exporting a Dashboard from Code with Changing Export Settings</a></li>
</ul>
<br><h3>Working with Viewer</h3>
<ul>
<li><a href="Working with Viewer/Showing a Dashboard in the Viewer.php">Showing a Dashboard in the Viewer</a></li>
<li><a href="Working with Viewer/Showing a Dashboard in the Viewer in an HTML template.php">Showing a Dashboard in the Viewer in an HTML template</a></li>
<li><a href="Working with Viewer/Showing a Dashboard in the Viewer in an HTML template using PHP variables.php">Showing a Dashboard in the Viewer in an HTML template using PHP variables</a></li>
<li><a href="Working with Viewer/Showing a Dashboard in the Viewer using JavaScript.php">Showing a Dashboard in the Viewer using JavaScript</a></li>
<li><a href="Working with Viewer/Changing the Viewer Theme.php">Changing the Viewer Theme</a></li>
<li><a href="Working with Viewer/Registering a Data from Code.php">Registering a Data from Code</a></li>
<li><a href="Working with Viewer/Using SQL Data Sources.php">Using SQL Data Sources</a></li>
<li><a href="Working with Viewer/Changing an Export Settings on the Server-Side.php">Changing an Export Settings on the Server-Side</a></li>
<li><a href="Working with Viewer/Sending an Exported Dashboard to the Server-Side.php">Sending an Exported Dashboard to the Server-Side</a></li>
<li><a href="Working with Viewer/Opening the Dashboard in the Viewer and Changing it on the Server-Side.php">Opening the Dashboard in the Viewer and Changing it on the Server-Side</a></li>
</ul>
<br><h3>Working with Designer</h3>
<ul>
<li><a href="Working with Designer/Editing a Dashboard Template in the Designer.php">Editing a Dashboard Template in the Designer</a></li>
<li><a href="Working with Designer/Editing a Dashboard Template in the Designer in an HTML template.php">Editing a Dashboard Template in the Designer in an HTML template</a></li>
<li><a href="Working with Designer/Editing a Dashboard Template in the Designer using JavaScript.php">Editing a Dashboard Template in the Designer using JavaScript</a></li>
<li><a href="Working with Designer/Saving a Dashboard Template on the Server-Side.php">Saving a Dashboard Template on the Server-Side</a></li>
<li><a href="Working with Designer/Registering Data when Creating a New Dashboard.php">Registering Data when Creating a New Dashboard</a></li>
<li><a href="Working with Designer/Localizing the Designer.php">Localizing the Designer</a></li>
<li><a href="Working with Designer/Loading Scripts in Part to Minify Project.php">Loading Scripts in Part to Minify Project</a></li>
<li><a href="Working with Designer/Working with onDesign and onExit events.php">Working with onDesign and onExit events</a></li>
</ul>
</body>
</html>