diff options
author | xue <> | 2005-11-25 04:16:06 +0000 |
---|---|---|
committer | xue <> | 2005-11-25 04:16:06 +0000 |
commit | 74ad156f8f86ba8d258c5c2522f98a3e8d4bd914 (patch) | |
tree | 17f527392a550660ee762bd486603d208ce640db /framework/Web/UI/WebControls/TPlaceHolder.php | |
parent | 635ae748a34dadc241bd264e11d3251ffffe3aac (diff) |
Diffstat (limited to 'framework/Web/UI/WebControls/TPlaceHolder.php')
-rw-r--r-- | framework/Web/UI/WebControls/TPlaceHolder.php | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/framework/Web/UI/WebControls/TPlaceHolder.php b/framework/Web/UI/WebControls/TPlaceHolder.php index 9149e180..91979a26 100644 --- a/framework/Web/UI/WebControls/TPlaceHolder.php +++ b/framework/Web/UI/WebControls/TPlaceHolder.php @@ -3,9 +3,9 @@ * TPlaceHolder class file
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @link http://www.xisc.com/
- * @copyright Copyright © 2004-2005, Qiang Xue
- * @license http://www.opensource.org/licenses/bsd-license.php BSD License
+ * @link http://www.pradosoft.com/
+ * @copyright Copyright © 2005 PradoSoft
+ * @license http://www.pradosoft.com/license/
* @version $Revision: $ $Date: $
* @package System.Web.UI.WebControls
*/
@@ -13,6 +13,10 @@ /**
* TPlaceHolder class
*
+ * TPlaceHolder reserves a place on a template, where static texts or controls
+ * may be inserted. You may add or remove texts or child controls of TPlaceHolder
+ * by manipulating the {@link TControl::getControls Controls} property.
+ *
* @author Qiang Xue <qiang.xue@gmail.com>
* @version $Revision: $ $Date: $
* @package System.Web.UI.WebControls
|