-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (38 loc) · 1.63 KB
/
index.html
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8" />
<title>Ext JS Templating Magic</title>
<script src="ext-3.3.1/adapter/ext/ext-base.js"></script>
<script src="ext-3.3.1/ext-all.js"></script>
<script src="examples.js"></script>
<link rel="stylesheet" type="text/css" href="ext-3.3.1/resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="examples.css" />
</head>
<body id="index">
<ul id="page-nav">
<li><a rel="index" href="#">index</a></li>
<li><a rel="prev" href="#">←</a></li>
<li><a rel="next" href="#">→</a></li>
</ul>
<h1>ExtJS Templating Magic Examples</h1>
<ol>
<li><a href="example1.html">Simple Templates</a></li>
<li><a href="example2.html">Looping over arrays</a></li>
<li><a href="example3.html">Conditionals, math support, formatting and expressions</a></li>
<li><a href="example4.html">Template member functions</a></li>
<li><a href="example5.html">Sub-templates</a></li>
<li><a href="example6.html">Templates and hierarchical data</a></li>
<li><a href="example7.html">Templates in panels</a></li>
<li><a href="example8.html">Styling Comboboxes</a></li>
<li><a href="example9.html">Using data views</a></li>
<li><a href="example10.html">Using data list</a></li>
<li><a href="example11.html">Templates in the data grid</a></li>
<li><a href="example12.html">Chaning the button's appearance</a></li>
<li><a href="example13.html">Template Explorer</a></li>
</ol>
<div id="footer">
Stefan Gehrig, 2011, to accompany the article "Ext JS templating magic" in <a href="http://jsmag.com"><jsmag></a> 05/2011
</div>
</body>
</html>