From 67666aaccb4b4743a084b214722e1173e827e9d1 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Wed, 1 Jun 2011 22:14:00 +0000 Subject: upported recent documentation changes from branch/3.1 to trunk/ --- .../pages/ActiveControls/ActiveLinkButton.page | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 demos/quickstart/protected/pages/ActiveControls/ActiveLinkButton.page (limited to 'demos/quickstart/protected/pages/ActiveControls/ActiveLinkButton.page') diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveLinkButton.page b/demos/quickstart/protected/pages/ActiveControls/ActiveLinkButton.page new file mode 100644 index 00000000..387b40af --- /dev/null +++ b/demos/quickstart/protected/pages/ActiveControls/ActiveLinkButton.page @@ -0,0 +1,19 @@ + + +

TActiveLinkButton

+ + +

+TActiveLinkButton is the active control counter part to TLinkButton. +When a TActiveLinkButton is clicked, rather than a normal post back request a +callback request is initiated. +The OnCallback event is raised during a callback request +and it is raise after the OnClick event. +When the ActiveControl.EnableUpdate +property is true, changing the Text property during callback request +will update the link text upon callback response completion. +

+ + + +
$Id$
\ No newline at end of file -- cgit v1.2.3