From f1f33db1f85c0893205a4a00c203d884dc1af1a5 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sun, 10 Sep 2006 01:03:56 +0000 Subject: Changed TCallbackEventParameter::Parameter to TCallbackEventParameter::CallbackParameter Add TActiveButton and TActiveCheckBox quickstart docs. --- .../protected/pages/ActiveControls/Home.page | 82 ++++++++++++---------- 1 file changed, 46 insertions(+), 36 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 e3f13640..9b9e3067 100644 --- a/demos/quickstart/protected/pages/ActiveControls/Home.page +++ b/demos/quickstart/protected/pages/ActiveControls/Home.page @@ -1,7 +1,22 @@ -

ActiveControls (AJAX)

-

Active Controls allows the browser to communicate with server -without refreshing the current page. + +

Active Controls (AJAX enabled Controls)

+

See the Introduction +for a quick overview of the concept behind active controls (AJAX enabled controls). +Most active controls have a property of +ActiveControl and +a sub-property ActiveControl.ClientSide +that provides many properties to customize the controls. The +CallbackClient property of the +TPage class provides many methods to update and alter the client-side content +during a callback request. Active controls is reliant on a collection +of javascript classes. +

+ +

For a quick demo of active controls, try the +TActiveButton control.

+ +

* the tutorial for this control is not completed yet.

Standard Active Controls