summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/TopicList.tpl
blob: 982a9168b7bb92ce019de47d95bb6f09d3094b9d (plain)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<div id="toc">

<div class="topic">
<span>Getting Started</span><br/>
<a href="?page=chap1.Introduction">Introduction</a><br/>
<a href="?page=chap1.AboutPrado">What is PRADO?</a><br/>
<a href="?page=chap1.Installation">Installation</a><br/>
</div>

<div class="topic">
<span>Fundamentals</span><br/>
<a href="?page=chap2.Architecture">Architecture</a><br/>
<a href="?page=chap2.KeyConcepts">Key Concepts</a><br/>
<a href="?page=chap2.Structure">Application Structure</a><br/>
<a href="?page=chap2.Configurations">Configurations</a><br/>
<a href="?page=chap2.Templates">Templates</a><br/>
</div>

<div class="topic">
<span>Samples</span><br/>
<a href="?page=chap3.HelloWorld">Hello World</a><br/>
<a href="?page=chap3.Hangman">Hangman Game</a><br/>
</div>

<div class="topic">
<span>Controls</span><br/>
<a href="?page=chap4.Overview">Overview</a><br/>
<a href="?page=chap4.Simple1">Simple Controls: Part I</a><br/>
<a href="?page=chap4.Simple2">Simple Controls: Part II</a><br/>
<a href="?page=Construction">Validation Controls</a><br/>
<a href="?page=Construction">List Controls</a><br/>
<a href="?page=Construction">TRepeater</a><br/>
<a href="?page=Construction">TDataList</a><br/>
<a href="?page=Construction">TDataGrid</a><br/>
<a href="?page=Construction">Active Controls</a><br/>
<a href="?page=Construction">Authoring New Controls</a><br/>
</div>

<div class="topic">
<span>Data Access</span><br/>
<a href="?page=Construction">DataBinding</a><br/>
<a href="?page=Construction">Data Bound Controls</a><br/>
<a href="?page=Construction">Data Source Controls</a><br/>
</div>

<div class="topic">
<span>Avanced Features</span><br/>
<a href="?page=Construction">Overview</a><br/>
<a href="?page=Construction">Theme and Skin</a><br/>
<a href="?page=Construction">Asset</a><br/>
<a href="?page=Construction">Internationalization</a><br/>
</div>

<div class="topic">
<span>Security</span><br/>
<a href="?page=Construction">Overview</a><br/>
<a href="?page=Construction">Authentication</a><br/>
<a href="?page=Construction">Authorization</a><br/>
<a href="?page=Construction">ViewState Protection</a><br/>
</div>

<div class="topic">
<span>Performance</span><br/>
<a href="?page=Construction">Caching</a><br/>
<a href="?page=Construction">Performance Tuning</a><br/>
</div>

</div>