| 875 |
lars |
1 |
<!DOCTYPE html>
|
|
|
2 |
<html>
|
|
|
3 |
<head>
|
|
|
4 |
<meta charset="utf-8">
|
|
|
5 |
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
|
|
|
6 |
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
|
|
|
7 |
<link rel="stylesheet" type="text/css" href="../../../../examples/resources/syntax/shCore.css">
|
|
|
8 |
<link rel="stylesheet" type="text/css" href="../../../../examples/resources/demo.css">
|
|
|
9 |
<script type="text/javascript" language="javascript" src="../../../../examples/resources/syntax/shCore.js"></script>
|
|
|
10 |
<script type="text/javascript" language="javascript" src="../../../../examples/resources/demo.js"></script>
|
|
|
11 |
|
|
|
12 |
<title>Buttons examples - HTML5 export buttons</title>
|
|
|
13 |
</head>
|
|
|
14 |
|
|
|
15 |
<body class="dt-example">
|
|
|
16 |
<div class="container">
|
|
|
17 |
<section>
|
|
|
18 |
<h1>Buttons example <span>HTML5 export buttons</span></h1>
|
|
|
19 |
|
|
|
20 |
<div class="info">
|
|
|
21 |
<p>The HTML5 export buttons make use of the local file saving features of modern browsers (IE10+, Chrome, Safari, Firefox and Opera) to create files on the
|
|
|
22 |
client-side and then download them without any server interaction required.</p>
|
|
|
23 |
|
|
|
24 |
<p>Browsers which do not support the required APIs for these button types have the option of using the Flash button alternatives, otherwise the buttons will not
|
|
|
25 |
appear on the end user's page (no errors will be generated if this is the case).</p>
|
|
|
26 |
|
|
|
27 |
<p>The examples in this section explore the options available for the HTML5 export buttons.</p>
|
|
|
28 |
</div>
|
|
|
29 |
</section>
|
|
|
30 |
</div>
|
|
|
31 |
|
|
|
32 |
<section>
|
|
|
33 |
<div class="footer">
|
|
|
34 |
<div class="gradient"></div>
|
|
|
35 |
|
|
|
36 |
<div class="liner">
|
|
|
37 |
<div class="toc">
|
|
|
38 |
<div class="toc-group">
|
|
|
39 |
<h3><a href="./index.html">Html5</a></h3>
|
|
|
40 |
<ul class="toc">
|
|
|
41 |
<li><a href="./simple.html">HTML5 export buttons</a></li>
|
|
|
42 |
<li><a href="./tsv.html">Tab separated values</a></li>
|
|
|
43 |
<li><a href="./filename.html">File name</a></li>
|
|
|
44 |
<li><a href="./copyi18n.html">Copy button internationalisation</a></li>
|
|
|
45 |
<li><a href="./pdfMessage.html">PDF message</a></li>
|
|
|
46 |
<li><a href="./pdfPage.html">PDF page size and orientation</a></li>
|
|
|
47 |
<li><a href="./pdfImage.html">PDF with image</a></li>
|
|
|
48 |
<li><a href="./pdfOpen.html">PDF - open in new window</a></li>
|
|
|
49 |
<li><a href="./columns.html">Column selectors</a></li>
|
|
|
50 |
</ul>
|
|
|
51 |
</div>
|
|
|
52 |
</div>
|
|
|
53 |
|
|
|
54 |
<div class="epilogue">
|
|
|
55 |
<p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br>
|
|
|
56 |
Additionally, there are a wide range of <a href="http://www.datatables.net/extensions">extensions</a> and <a href=
|
|
|
57 |
"http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables.</p>
|
|
|
58 |
|
|
|
59 |
<p class="copyright">DataTables designed and created by <a href="http://www.sprymedia.co.uk">SpryMedia Ltd</a> © 2007-2015<br>
|
|
|
60 |
DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p>
|
|
|
61 |
</div>
|
|
|
62 |
</div>
|
|
|
63 |
</div>
|
|
|
64 |
</section>
|
|
|
65 |
</body>
|
|
|
66 |
</html>
|