From dc4c82056f3c600267e75e1bb84869124870988f Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 21 Jan 2006 06:06:03 +0000 Subject: Added description for the rest simple HTML controls in the quickstart demo. --- framework/Web/UI/WebControls/TImageButton.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'framework/Web/UI/WebControls/TImageButton.php') diff --git a/framework/Web/UI/WebControls/TImageButton.php b/framework/Web/UI/WebControls/TImageButton.php index b8e14717..7674cf56 100644 --- a/framework/Web/UI/WebControls/TImageButton.php +++ b/framework/Web/UI/WebControls/TImageButton.php @@ -48,8 +48,6 @@ Prado::using('System.Web.UI.WebControls.TImage'); * And the validation may be restricted within a certain group of validator * controls by setting {@link setValidationGroup ValidationGroup} property. * If validation is successful, the data will be post back to the same page. - * You can change the postback target by setting the {@link setPostBackUrl PostBackUrl} - * property. * * TImageButton displays the {@link setText Text} property as the hint text to the displayed image. * -- cgit v1.2.3