summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorctrlaltca@gmail.com <>2011-06-01 09:39:26 +0000
committerctrlaltca@gmail.com <>2011-06-01 09:39:26 +0000
commit5c0a31f2407037665e8640e486c36d6c71c5ca90 (patch)
tree5b6db25c8992e3767f57dd3301464642fd6ae145 /demos
parent3abc397e9b53623dd373746e8ab9bd5dd455cd0c (diff)
backported active data controls + some other goodies from trunk/ ; updated docs
Diffstat (limited to 'demos')
-rw-r--r--demos/quickstart/protected/pages/ActiveControls/Home.page83
1 files changed, 55 insertions, 28 deletions
diff --git a/demos/quickstart/protected/pages/ActiveControls/Home.page b/demos/quickstart/protected/pages/ActiveControls/Home.page
index 49855980..a42bd111 100644
--- a/demos/quickstart/protected/pages/ActiveControls/Home.page
+++ b/demos/quickstart/protected/pages/ActiveControls/Home.page
@@ -65,17 +65,23 @@ TActiveButton</a> control. See also the later part of the <a href="?page=Tutoria
</li>
<li>
+ * <a href="?page=ActiveControls.ActiveMultiView">TActiveMultiView</a>
+ represents a container for a group of TView controls, each of which is container for other controls.
+ At any time, at most one TView is visible. It's the active counterpart of TMultiView.
+ </li>
+
+ <li>
* <a href="?page=ActiveControls.ActivePanel">TActivePanel</a>
represents a container for other controls on a Web page. In HTML,
it is displayed as a &lt;div&gt; element. The panel's contents
can be replaced during a callback request.
</li>
-
- <li>
- <a href="?page=ActiveControls.ActivePager">TActivePager</a>
- generates UI that allows users to interactively specify which page of
- data to be displayed in a data-bound control.
- </li>
+
+ <li>
+ <a href="?page=ActiveControls.ActivePager">TActivePager</a>
+ generates UI that allows users to interactively specify which page of
+ data to be displayed in a data-bound control.
+ </li>
<li>
* <a href="?page=ActiveControls.ActiveRadioButton">TActiveRadioButton</a>
@@ -103,7 +109,7 @@ TActiveButton</a> control. See also the later part of the <a href="?page=Tutoria
<li>
* <a href="?page=ActiveControls.ActiveCheckBoxList">TActiveCheckBoxList</a>
displays a list of checkboxes on a Web page and each checkbox
- can trigger a callback request.
+ can trigger a callback request.
</li>
<li>
@@ -127,6 +133,27 @@ TActiveButton</a> control. See also the later part of the <a href="?page=Tutoria
</li>
</ul>
+<h2>Active Data Controls</h2>
+<ul id="u2" class="block-content">
+ <li>
+ * <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>
+ 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>
+ displays its content defined in templates repeatedly based on the given data.
+ It is the active counterpart to the original TRepeater control.
+ </li>
+</ul>
+
<h2 id="128034">Extended Active Controls</h2>
@@ -160,12 +187,12 @@ TActiveButton</a> control. See also the later part of the <a href="?page=Tutoria
* <a href="?page=ActiveControls.ValueTriggeredCallback">TValueTriggeredCallback</a>
monitors (using a timer) an attribute of an HTML element and triggers a callback request
when the attribute value changes.
- </li>
-
- <li>
- <a href="?page=ActiveControls.DragDrop">TDropContainer & TDraggable</a> represents drag and drop containers.
- The former will make its child controls "draggable" while the latter will raise a callback when a draggable
- control is dropped on it.
+ </li>
+
+ <li>
+ <a href="?page=ActiveControls.DragDrop">TDropContainer & TDraggable</a> represents drag and drop containers.
+ The former will make its child controls "draggable" while the latter will raise a callback when a draggable
+ control is dropped on it.
</li>
</ul>
@@ -316,20 +343,20 @@ if Javascript was disabled on the client's browser.</p>
<a href="?page=ActiveControls.ValueTriggeredCallback">TValueTriggeredCallback</a>
</td>
<td>Yes</td><td>No</td>
- </tr>
-
- <tr><td>
- <a href="?page=ActiveControls.DragDrop">TDropContainer</a>
- </td>
- <td>Yes</td><td>No</td>
- </tr>
-
- <tr><td>
- <a href="?page=ActiveControls.DragDrop">TDraggable</a>
- </td>
- <td>No</td><td>No</td>
- </tr>
-
+ </tr>
+
+ <tr><td>
+ <a href="?page=ActiveControls.DragDrop">TDropContainer</a>
+ </td>
+ <td>Yes</td><td>No</td>
+ </tr>
+
+ <tr><td>
+ <a href="?page=ActiveControls.DragDrop">TDraggable</a>
+ </td>
+ <td>No</td><td>No</td>
+ </tr>
+
</table>
@@ -377,4 +404,4 @@ realize the active controls.</p>
</ul>
-<div class="last-modified">$Id$</div></com:TContent>
+<div class="last-modified">$Id$</div></com:TContent>