summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Data.page
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Data.page')
-rw-r--r--demos/quickstart/protected/pages/Controls/Data.page19
1 files changed, 19 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Data.page b/demos/quickstart/protected/pages/Controls/Data.page
new file mode 100644
index 00000000..36839582
--- /dev/null
+++ b/demos/quickstart/protected/pages/Controls/Data.page
@@ -0,0 +1,19 @@
+<com:TContent ID="body" >
+
+<h1>Data Controls</h1>
+
+<ul>
+ <li>
+ <a href="?page=Controls.DataList">TDataList</a> is used to display or modify a list of data items.
+ </li>
+
+ <li>
+ <a href="?page=Controls.DataGrid">TDataGrid</a> displays data in a tabular format with rows and columns.
+ </li>
+
+ <li>
+ <a href="?page=Controls.Repeater">TRepeater</a> displays its content defined in templates repeatedly based on the given data.
+ </li>
+</ul>
+
+</com:TContent> \ No newline at end of file