From 5c0a31f2407037665e8640e486c36d6c71c5ca90 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Wed, 1 Jun 2011 09:39:26 +0000 Subject: backported active data controls + some other goodies from trunk/ ; updated docs --- .../protected/pages/ActiveControls/Home.page | 83 ++++++++++++++-------- 1 file changed, 55 insertions(+), 28 deletions(-) (limited to 'demos/quickstart/protected/pages/ActiveControls') 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 @@ -64,18 +64,24 @@ TActiveButton control. See also the later part of the TActiveMultiView + 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. + +
  • * TActivePanel represents a container for other controls on a Web page. In HTML, it is displayed as a <div> element. The panel's contents can be replaced during a callback request.
  • - -
  • - TActivePager - generates UI that allows users to interactively specify which page of - data to be displayed in a data-bound control. -
  • + +
  • + TActivePager + generates UI that allows users to interactively specify which page of + data to be displayed in a data-bound control. +
  • * TActiveRadioButton @@ -103,7 +109,7 @@ TActiveButton control. See also the later part of the TActiveCheckBoxList displays a list of checkboxes on a Web page and each checkbox - can trigger a callback request. + can trigger a callback request.
  • @@ -127,6 +133,27 @@ TActiveButton control. See also the later part of the +
  • + * TActiveDataList + is used to display or modify a list of data items. It is the + active counterpart to the original TDataList control. +
  • + +
  • + * TActiveDataGrid + displays data in a tabular format with rows and columns. It is the + active counterpart to the original TDataGrid control. +
  • + +
  • + * TActiveRepeater + displays its content defined in templates repeatedly based on the given data. + It is the active counterpart to the original TRepeater control. +
  • + +

    Extended Active Controls

    @@ -160,12 +187,12 @@ TActiveButton control. See also the later part of the TValueTriggeredCallback monitors (using a timer) an attribute of an HTML element and triggers a callback request when the attribute value changes. - - -
  • - TDropContainer & TDraggable 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. +
  • + +
  • + TDropContainer & TDraggable 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.
  • @@ -316,20 +343,20 @@ if Javascript was disabled on the client's browser.

    TValueTriggeredCallback YesNo - - - - TDropContainer - - YesNo - - - - TDraggable - - NoNo - - + + + + TDropContainer + + YesNo + + + + TDraggable + + NoNo + + @@ -377,4 +404,4 @@ realize the active controls.

    -
    $Id$
    +
    $Id$
    -- cgit v1.2.3