diff options
Diffstat (limited to 'demos/quickstart/protected/pages/ActiveControls/Home.page')
-rw-r--r-- | demos/quickstart/protected/pages/ActiveControls/Home.page | 71 |
1 files changed, 44 insertions, 27 deletions
diff --git a/demos/quickstart/protected/pages/ActiveControls/Home.page b/demos/quickstart/protected/pages/ActiveControls/Home.page index 49855980..4897226c 100644 --- a/demos/quickstart/protected/pages/ActiveControls/Home.page +++ b/demos/quickstart/protected/pages/ActiveControls/Home.page @@ -70,12 +70,12 @@ TActiveButton</a> control. See also the later part of the <a href="?page=Tutoria it is displayed as a <div> 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>
@@ -125,6 +125,23 @@ TActiveButton</a> control. See also the later part of the <a href="?page=Tutoria TActiveRadioButtonList displays a group of radiobuttons. Each radio button
can perform a callback request.
</li>
+
+ <li>
+ * <a href="?page=ActiveControls.ActiveRepeater">TActiveRepeater</a>
+ is the active counterpart of TRepeater, which can be updated during a callback request
+ </li>
+
+ <li>
+ * <a href="?page=ActiveControls.ActiveDataList">TActiveDataList</a>
+ is the active counterpart of TDataList
+ </li>
+
+
+ <li>
+ * <a href="?page=ActiveControls.ActiveDataList">TActiveDataGrid</a>
+ is the active counterpart of TDataGrid
+ </li>
+
</ul>
<h2 id="128034">Extended Active Controls</h2>
@@ -160,12 +177,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 +333,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 +394,4 @@ realize the active controls.</p> </ul>
-<div class="last-modified">$Id$</div></com:TContent> +<div class="last-modified">$Id$</div></com:TContent>
|