From 45c32f4610b9988e0ebed87674388268ac96ae1f Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Wed, 1 Jun 2011 20:48:19 +0000 Subject: added documentation for TActiveImageButton class --- .../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