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/ActiveImageButton.page | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 demos/quickstart/protected/pages/ActiveControls/ActiveImageButton.page (limited to 'demos/quickstart/protected/pages/ActiveControls/ActiveImageButton.page') diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveImageButton.page b/demos/quickstart/protected/pages/ActiveControls/ActiveImageButton.page new file mode 100644 index 00000000..44b988dd --- /dev/null +++ b/demos/quickstart/protected/pages/ActiveControls/ActiveImageButton.page @@ -0,0 +1,17 @@ + + +

TActiveImageButton

+ + +

+TActiveImageButton is the active counterpart of TImageButton. +When a TActiveImageButton is clicked, rather than a normal post back request a callback request is initiated. +TheOnCallback event is raised during a callback request and it is raised after the OnClick event. +

+ +

+TActiveImageButton is similar to TActiveButton, except that TActiveImageButton displays the button as an image. The image is specified via ImageUrl, and the alternate text is specified by Text. In addition, it is possible to obtain the coordinate of the point where the image is clicked. The coordinate information is contained in the event parameter of the OnClick event (not OnCallback). +

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