diff options
author | xue <> | 2005-12-22 21:22:22 +0000 |
---|---|---|
committer | xue <> | 2005-12-22 21:22:22 +0000 |
commit | 5c0517b7748dcfae1264d28df7ea111a67bd3aa4 (patch) | |
tree | d3756f95c16e09f2404bd8d7859d10f7aee1b000 /framework/Web/UI/WebControls/TWebControl.php | |
parent | da7bb7a797e298418a8b45580bba6d50073fa09f (diff) |
Diffstat (limited to 'framework/Web/UI/WebControls/TWebControl.php')
-rw-r--r-- | framework/Web/UI/WebControls/TWebControl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TWebControl.php b/framework/Web/UI/WebControls/TWebControl.php index 33f35c72..4f20b227 100644 --- a/framework/Web/UI/WebControls/TWebControl.php +++ b/framework/Web/UI/WebControls/TWebControl.php @@ -28,7 +28,7 @@ Prado::using('System.Web.UI.WebControls.TStyle'); * such as {@link getBackColor BackColor}, {@link getBorderWidth BorderWidth}, etc.
*
* Subclasses of TWebControl typically needs to override {@link addAttributesToRender}
- * and {@link renderContent}. The former is used to render the attributes
+ * and {@link renderContents}. The former is used to render the attributes
* of the HTML tag associated with the control, while the latter is to render
* the body contents enclosed within the HTML tag.
*
|