Proyectos de Subversion LeadersLinked - Backend

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
16825 efrain 1
<!DOCTYPE html>
2
<html>
3
<head>
4
<title>JsRender: Demos</title>
5
<link href="../resources/demos.css" rel="stylesheet" type="text/css" />
6
</head>
7
<body>
8
 
9
<div class="subhead"><< <a href="../demos.html">JsRender Demos</a></div>
10
 
11
<h2>JsRender: Variants and Details</h2>
12
 
13
<h3>Accessing templates</h3>
14
 
15
<ul class="indexitems">
16
	<li class="subhead">Variants of '<a href="../step-by-step/02_compiling-named-templates-from-strings.html">Compiling named templates</a>' sample:</li>
17
	<li class="inset">- <a href="accessing-templates/01_compiling-template-objects-from-strings.html">Compiling template objects from strings</a></li>
18
	<li class="inset">- <a href="accessing-templates/02_registering-named-template-from-script-declaration.html">Registering script block template declarations as named templates</a></li>
19
	<li class="inset">- <a href="accessing-templates/03_getting-template-objects-from-script-declaration.html">Getting template objects from script declarations</a></li>
20
 
21
	<li class="subhead">Variants of '<a href="../step-by-step/06_template-composition.html">Template composition</a>' sample:</li>
22
	<li class="inset">- <a href="accessing-templates/04_template-composition-subtemplates.html">Template composition: Registering sub-templates</a></li>
23
	<li class="inset">- <a href="accessing-templates/05_template-composition-templateobjects.html">Template composition: Accessing template objects from context</a></li>
24
</ul>
25
 
26
</body>
27
</html>