summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorjrags <>2006-05-16 23:30:44 +0000
committerjrags <>2006-05-16 23:30:44 +0000
commitcfcac58dc3aa87a292c098848b2a53ab2f954642 (patch)
treea54c31f0be2beb1236fec78518e5c07b72c47d0b /framework
parentf44f5a5ba6e1c03b7b9279cd1a2433a3c040e4ae (diff)
Changed ImageUrl to ButtonImageUrl, documentation error
Diffstat (limited to 'framework')
-rw-r--r--framework/Web/UI/WebControls/TDatePicker.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/Web/UI/WebControls/TDatePicker.php b/framework/Web/UI/WebControls/TDatePicker.php
index 02386515..59a71c90 100644
--- a/framework/Web/UI/WebControls/TDatePicker.php
+++ b/framework/Web/UI/WebControls/TDatePicker.php
@@ -50,7 +50,7 @@ Prado::using('System.Web.UI.WebControls.TTextBox');
* <b>ButtonText</b> property
* # <b>ImageButton</b> -- Shows an image next to the text input, clicking on
* the image shows the date picker, image source can be
- * change through the <b>ImageUrl</b> property.
+ * change through the <b>ButtonImageUrl</b> property.
*
* The <b>CssClass</b> property can be used to override the css class name
* for the date picker panel. <b>CalendarStyle</b> property sets the packages
@@ -712,4 +712,4 @@ class TDatePicker extends TTextBox
}
}
-?> \ No newline at end of file
+?>