diff options
author | ctrlaltca@gmail.com <> | 2011-06-01 19:49:56 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-06-01 19:49:56 +0000 |
commit | ad30a2e5e2bbe11908a78e7731ed5d2d8c55c9b9 (patch) | |
tree | 23f1a395a5f9e2dc13d2957d43dc5a5dc0bbefd4 /framework/Web/UI/WebControls/TDatePicker.php | |
parent | 5c0a31f2407037665e8640e486c36d6c71c5ca90 (diff) |
added documentation for TColorPicker class
Diffstat (limited to 'framework/Web/UI/WebControls/TDatePicker.php')
-rw-r--r-- | framework/Web/UI/WebControls/TDatePicker.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TDatePicker.php b/framework/Web/UI/WebControls/TDatePicker.php index 1bac5a1c..5d5a17e6 100644 --- a/framework/Web/UI/WebControls/TDatePicker.php +++ b/framework/Web/UI/WebControls/TDatePicker.php @@ -56,7 +56,7 @@ Prado::using('System.Web.UI.WebControls.TTextBox'); *
* The <b>InputMode</b> property can be set to "TextBox" or "DropDownList" with
* default as "TextBox".
- * In <tt>DropDownList</tt> mode, in addition to the popup date picker, three
+ * In <b>DropDownList</b> mode, in addition to the popup date picker, three
* drop down list (day, month and year) are presented to select the date .
*
* The <b>PositionMode</b> property can be set to "Top" or "Bottom" with default
|