summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/TopicList.tpl
blob: def0f9d7e44f3e930e11c9d8d8cda322033ced12 (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
<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=Construction">Architecture</a><br/>
<a href="?page=Construction">Key Concepts</a><br/>
<a href="?page=Construction">Configurations</a><br/>
<a href="?page=Construction">Templates</a><br/>
</div>

<div class="topic">
<span>Applications</span><br/>
<a href="?page=chap2.Structure">Directory Structure</a><br/>
<a href="?page=chap2.Deployment">Application Deployment</a><br/>
<a href="?page=chap2.HelloWorld">Sample: Hello World</a><br/>
<a href="?page=chap2.HangmanGame">Sample: Hangman Game</a><br/>
</div>

<div class="topic">
<span>Controls</span><br/>
<a href="?page=Construction">Simple Controls</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>