Subversion-Projekte lars-tiefland.ci

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
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>Select examples - Styling</title>
13
</head>
14
 
15
<body class="dt-example">
16
	<div class="container">
17
		<section>
18
			<h1>Select example <span>Styling</span></h1>
19
 
20
			<div class="info">
21
				<p>Select, like all other DataTables extensions fully supports being themed by external styling frameworks. Styling using the core frameworks supported by
22
				DataTables are demonstrated in this section.</p>
23
			</div>
24
		</section>
25
	</div>
26
 
27
	<section>
28
		<div class="footer">
29
			<div class="gradient"></div>
30
 
31
			<div class="liner">
32
				<div class="toc">
33
					<div class="toc-group">
34
						<h3><a href="./index.html">Styling</a></h3>
35
						<ul class="toc">
36
							<li><a href="./bootstrap.html">Bootstrap styling</a></li>
37
							<li><a href="./foundation.html">Foundation styling</a></li>
38
							<li><a href="./jqueryui.html">jQuery UI styling</a></li>
39
						</ul>
40
					</div>
41
				</div>
42
 
43
				<div class="epilogue">
44
					<p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br>
45
					Additionally, there are a wide range of <a href="http://www.datatables.net/extensions">extensions</a> and <a href=
46
					"http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables.</p>
47
 
48
					<p class="copyright">DataTables designed and created by <a href="http://www.sprymedia.co.uk">SpryMedia Ltd</a> &#169; 2007-2015<br>
49
					DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p>
50
				</div>
51
			</div>
52
		</div>
53
	</section>
54
</body>
55
</html>