summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/ActiveControls/Home.page
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/pages/ActiveControls/Home.page')
-rw-r--r--demos/quickstart/protected/pages/ActiveControls/Home.page6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/quickstart/protected/pages/ActiveControls/Home.page b/demos/quickstart/protected/pages/ActiveControls/Home.page
index 93b5b6eb..798bc267 100644
--- a/demos/quickstart/protected/pages/ActiveControls/Home.page
+++ b/demos/quickstart/protected/pages/ActiveControls/Home.page
@@ -136,19 +136,19 @@ TActiveButton</a> control. See also the later part of the <a href="?page=Tutoria
<h2 id="134001">Active Data Controls</h2>
<ul id="u2" class="block-content">
<li>
- * <a href="?page=ActiveControls.ActiveDataList">TActiveDataList</a>
+ <a href="?page=ActiveControls.ActiveDataList">TActiveDataList</a>
is used to display or modify a list of data items. It is the
active counterpart to the original TDataList control.
</li>
<li>
- * <a href="?page=ActiveControls.ActiveDataGrid">TActiveDataGrid</a>
+ <a href="?page=ActiveControls.ActiveDataGrid">TActiveDataGrid</a>
displays data in a tabular format with rows and columns. It is the
active counterpart to the original TDataGrid control.
</li>
<li>
- * <a href="?page=ActiveControls.ActiveRepeater">TActiveRepeater</a>
+ <a href="?page=ActiveControls.ActiveRepeater">TActiveRepeater</a>
displays its content defined in templates repeatedly based on the given data.
It is the active counterpart to the original TRepeater control.
</li>