diff options
author | javalizard <> | 2010-04-18 14:13:45 +0000 |
---|---|---|
committer | javalizard <> | 2010-04-18 14:13:45 +0000 |
commit | 12f04df3c800a0776fbf6d2d1cb70bed8f47ed2a (patch) | |
tree | 70576e9b7e689c6d862b6f7c1946610df78fe056 /framework/Web/UI | |
parent | 23292e69d329e07bba5b0cf1f15c768c1303f59e (diff) |
Updated the docs for THtmlElement. including the copy date
Diffstat (limited to 'framework/Web/UI')
-rw-r--r-- | framework/Web/UI/WebControls/THtmlElement.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/THtmlElement.php b/framework/Web/UI/WebControls/THtmlElement.php index 9dc24aeb..cd290aa6 100644 --- a/framework/Web/UI/WebControls/THtmlElement.php +++ b/framework/Web/UI/WebControls/THtmlElement.php @@ -19,7 +19,7 @@ Prado::using('System.Web.UI.WebControls.TWebControl'); * via {@link setTagName TagName} property. Because THtmlElement extends from
* {@link TWebControl}, it enjoys all its functionalities.
*
- * To change the default tag your subclass should override {@link getDefaultTag}
+ * To change the default tag your subclass should override {@link getDefaultTagName}
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @author Brad Anderson <javalizard@gmail.com>
|