summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls
diff options
context:
space:
mode:
authorxue <>2006-04-02 02:13:59 +0000
committerxue <>2006-04-02 02:13:59 +0000
commit897c585a831680cf7c68c1639aa664eeac8f6a84 (patch)
treed42420c4a3a3794cd75cf4e90f2b5cf9eaf670e1 /framework/Web/UI/WebControls
parentf826b0ae6b8f11f8da1a5a6251e9a1fe6e6c1e85 (diff)
Removed some unused files.
Diffstat (limited to 'framework/Web/UI/WebControls')
-rw-r--r--framework/Web/UI/WebControls/TColorPicker.php2
-rw-r--r--framework/Web/UI/WebControls/TDatePicker.php2
2 files changed, 3 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TColorPicker.php b/framework/Web/UI/WebControls/TColorPicker.php
index f222e4ce..6172722c 100644
--- a/framework/Web/UI/WebControls/TColorPicker.php
+++ b/framework/Web/UI/WebControls/TColorPicker.php
@@ -13,7 +13,7 @@
/**
* TColorPicker class.
*
- * Be aware, this control is EXPERIMENTAL and may have significant change in future versions.
+ * Be aware, this control is EXPERIMENTAL and is not stablized yet.
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
* @version $Revision: $ $Date: $
diff --git a/framework/Web/UI/WebControls/TDatePicker.php b/framework/Web/UI/WebControls/TDatePicker.php
index 0d30636c..9bb352d6 100644
--- a/framework/Web/UI/WebControls/TDatePicker.php
+++ b/framework/Web/UI/WebControls/TDatePicker.php
@@ -19,6 +19,8 @@ Prado::using('System.Web.UI.WebControls.TTextBox');
*
* TDatePicker class.
*
+ * Be aware, this control is EXPERIMENTAL and is not stablized yet.
+ *
* TDatePicker displays a text box for date input purpose.
* When the text box receives focus, a calendar will pop up and users can
* pick up from it a date that will be automatically entered into the text box.