summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/controls/TopicList.tpl
blob: 5f81ef99a0606a98257fa776e28fa87f83a7bca7 (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
69
70
71
72
73
74
75
<div id="toc">

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

<div class="topic">
<span>Fundamentals</span><br/>
<a href="?page=Fundamentals.Architecture">Architecture</a><br/>
<a href="?page=Fundamentals.Components">Components</a><br/>
<a href="?page=Fundamentals.Controls">Controls</a><br/>
<a href="?page=Fundamentals.Pages">Pages</a><br/>
<a href="?page=Fundamentals.Modules">Modules</a><br/>
<a href="?page=Fundamentals.Services">Services</a><br/>
<a href="?page=Fundamentals.Applications">Applications</a><br/>
<a href="?page=Fundamentals.HelloWorld">Sample: Hello World</a><br/>
<a href="?page=Fundamentals.Hangman">Sample: Hangman Game</a><br/>
</div>

<div class="topic">
<span>Configurations</span><br/>
<a href="?page=Configurations.Overview">Overview</a><br/>
<a href="?page=Configurations.Templates1">Templates: Part I</a><br/>
<a href="?page=Configurations.Templates2">Templates: Part II</a><br/>
<a href="?page=Configurations.Templates3">Templates: Part III</a><br/>
<a href="?page=Configurations.AppConfig">Application Configurations</a><br/>
<a href="?page=Configurations.PageConfig">Page Configurations</a><br/>
</div>

<div class="topic">
<span>Controls</span><br/>
<a href="?page=Controls.Overview">Overview</a><br/>
<a href="?page=Controls.Simple">Simple HTML Controls</a><br/>
<a href="?page=Controls.List">List Controls</a><br/>
<a href="?page=Controls.Validation">Validation 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">Assets</a><br/>
<a href="?page=Construction">Themes and Skins</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>