diff options
author | xue <> | 2006-02-15 05:30:58 +0000 |
---|---|---|
committer | xue <> | 2006-02-15 05:30:58 +0000 |
commit | d653bda6c6217f160a4de77e3f2f0ee62096be67 (patch) | |
tree | 782018a54c25c0266f12528e5b18e9db71f9ae5b /framework/Web/UI/WebControls/TWebControl.php | |
parent | 2b194248b9bbd75887c1d5f991dca1f3fd441dd5 (diff) |
Added TControlAdapter and TWebControlAdapter and their support in TControl and TWebControl.
Diffstat (limited to 'framework/Web/UI/WebControls/TWebControl.php')
-rw-r--r-- | framework/Web/UI/WebControls/TWebControl.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TWebControl.php b/framework/Web/UI/WebControls/TWebControl.php index 18571d73..f302932d 100644 --- a/framework/Web/UI/WebControls/TWebControl.php +++ b/framework/Web/UI/WebControls/TWebControl.php @@ -11,9 +11,10 @@ */
/**
- * Includes TStyle definition
+ * Includes TStyle and TWebAdapter definition
*/
Prado::using('System.Web.UI.WebControls.TStyle');
+Prado::using('System.Web.UI.WebControls.TWebAdapter');
/**
* TWebControl class
|