diff options
author | xue <> | 2006-05-04 19:57:16 +0000 |
---|---|---|
committer | xue <> | 2006-05-04 19:57:16 +0000 |
commit | 05b69a565ebf001f42fdb6558f204bf3f1a9b61a (patch) | |
tree | 78d4149cf7b6bf80bad0ced5710617ffad4e0597 /framework/Web/UI/TPage.php | |
parent | eb93f8a2fd9f701106310a93bc6e491ec2dfa3fe (diff) |
Added TCompositeControl.
Diffstat (limited to 'framework/Web/UI/TPage.php')
-rw-r--r-- | framework/Web/UI/TPage.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Web/UI/TPage.php b/framework/Web/UI/TPage.php index b68c4996..3f98b340 100644 --- a/framework/Web/UI/TPage.php +++ b/framework/Web/UI/TPage.php @@ -13,6 +13,7 @@ Prado::using('System.Web.UI.WebControls.*');
Prado::using('System.Web.UI.TControl');
Prado::using('System.Web.UI.WebControls.TWebControl');
+Prado::using('System.Web.UI.TCompositeControl');
Prado::using('System.Web.UI.TTemplateControl');
Prado::using('System.Web.UI.TForm');
Prado::using('System.Web.UI.TClientScriptManager');
|