From 3490b6226263b05d980d040a8fbf933c23979ab6 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Thu, 2 Jun 2011 17:44:51 +0000 Subject: documentation updates: TCallback, TEventTriggeredCallback, TValueTriggeredCallback, TTimeTriggeredCallback --- .../protected/pages/ActiveControls/Home.page | 78 ++++++++++++++++------ 1 file changed, 56 insertions(+), 22 deletions(-) (limited to 'demos/quickstart/protected/pages/ActiveControls/Home.page') diff --git a/demos/quickstart/protected/pages/ActiveControls/Home.page b/demos/quickstart/protected/pages/ActiveControls/Home.page index 7834cc1d..bb74c4bf 100644 --- a/demos/quickstart/protected/pages/ActiveControls/Home.page +++ b/demos/quickstart/protected/pages/ActiveControls/Home.page @@ -159,12 +159,12 @@ TActiveButton control. See also the later part of the TCallback + TCallback a generic control that can perform callback requests.
  • - * TEventTriggeredCallback + TEventTriggeredCallback triggers a callback request based on HTML DOM events.
  • @@ -174,12 +174,12 @@ TActiveButton control. See also the later part of the TTimeTriggeredCallback + TTimeTriggeredCallback triggers a callback request based on time elapsed.
  • - * TValueTriggeredCallback + TValueTriggeredCallback monitors (using a timer) an attribute of an HTML element and triggers a callback request when the attribute value changes.
  • @@ -355,32 +355,72 @@ if Javascript was disabled on the client's browser.

    -

    Active Control Infrastructure Classes

    +

    Active Control Basic Infrastructure Classes

    The following classes provide the basic infrastructure classes required to -realize the active controls.

    +realize the active controls. They can be useful to develop new active controls, but Prado users tipically don't need +to use them.

    + +

    Active Control Infrastructure Advanced Classes

    +

    The following classes provide advanced properties and events needed to realize the active controls. +A Prado user can use them to customize active controls behaviour and interact directly with the client side during a callback. +

    +
    $Id$
    -- cgit v1.2.3