summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls/TImageButton.php
diff options
context:
space:
mode:
authorxue <>2006-01-21 06:06:03 +0000
committerxue <>2006-01-21 06:06:03 +0000
commitdc4c82056f3c600267e75e1bb84869124870988f (patch)
tree0786c27c43fc602e3ac191d2d083a84bf32fb53c /framework/Web/UI/WebControls/TImageButton.php
parent7de06fe5ac3e9f2417e317fe8754cdf09574ccfb (diff)
Added description for the rest simple HTML controls in the quickstart demo.
Diffstat (limited to 'framework/Web/UI/WebControls/TImageButton.php')
-rw-r--r--framework/Web/UI/WebControls/TImageButton.php2
1 files changed, 0 insertions, 2 deletions
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.
*