2013-10-13 23:59:32 +00:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
2010-09-20 18:55:10 +00:00
|
|
|
|
<head>
|
2013-10-13 23:59:32 +00:00
|
|
|
|
<meta charset="utf-8" />
|
2014-01-31 08:57:22 +00:00
|
|
|
|
<title>Embed API</title>
|
2013-10-13 23:59:32 +00:00
|
|
|
|
<script src="jquery.js"></script>
|
2014-01-31 08:57:22 +00:00
|
|
|
|
<script src="embedapi.js"></script>
|
2014-05-22 10:21:29 +00:00
|
|
|
|
<script src="embedapi-dom.js"></script>
|
2013-10-13 23:59:32 +00:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2014-01-31 08:57:22 +00:00
|
|
|
|
<button id="load">Load example</button>
|
|
|
|
|
<button id="save">Save data</button>
|
2014-05-22 10:21:29 +00:00
|
|
|
|
<button id="exportPNG">Export data to PNG</button>
|
|
|
|
|
<button id="exportPDF">Export data to PDF</button>
|
2014-01-31 08:57:22 +00:00
|
|
|
|
<br/>
|
2010-09-20 18:55:10 +00:00
|
|
|
|
</body>
|
|
|
|
|
</html>
|