Subversion-Projekte lars-tiefland.zeldi.de_alt

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2 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="../../../media/js/jquery.js"></script>
10
	<script type="text/javascript" language="javascript" src="../../../examples/resources/syntax/shCore.js"></script>
11
	<script type="text/javascript" language="javascript" src="../../../examples/resources/demo.js"></script>
12
 
13
	<title>AutoFill examples - AutoFill examples</title>
14
</head>
15
 
16
<body class="dt-example">
17
	<div class="container">
18
		<section>
19
			<h1>AutoFill example <span>AutoFill examples</span></h1>
20
 
21
			<div class="info">
22
				<p>AutoFill gives an Excel like option to a DataTable to click and drag over multiple cells, filling in
23
				information over the selected cells and incrementing numbers as needed.</p>
24
 
25
				<p>Thanks to <a href="http://www.phoniax.no/">Phoniax AS</a> for their sponsorship of this plug-in for
26
				DataTables.</p>
27
			</div>
28
		</section>
29
	</div>
30
 
31
	<section>
32
		<div class="footer">
33
			<div class="gradient"></div>
34
 
35
			<div class="liner">
36
				<div class="toc">
37
					<div class="toc-group">
38
						<h3><a href="./index.html">Examples</a></h3>
39
						<ul class="toc">
40
							<li><a href="./simple.html">Basic initialisation</a></li>
41
							<li><a href="./columns.html">Column options</a></li>
42
							<li><a href="./scrolling.html">Scrolling DataTable</a></li>
43
							<li><a href="./fill-both.html">Horizontal and vertical fill</a></li>
44
							<li><a href="./fill-horizontal.html">Horizontal fill</a></li>
45
							<li><a href="./complete-callback.html">Complete callback</a></li>
46
							<li><a href="./step-callback.html">Step callback</a></li>
47
						</ul>
48
					</div>
49
				</div>
50
 
51
				<div class="epilogue">
52
					<p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full
53
					information about its API properties and methods.<br>
54
					Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and
55
					<a href="http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of
56
					DataTables.</p>
57
 
58
					<p class="copyright">DataTables designed and created by <a href=
59
					"http://www.sprymedia.co.uk">SpryMedia Ltd</a> &#169; 2007-2014<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>