diff options
author | xue <> | 2007-02-04 17:03:45 +0000 |
---|---|---|
committer | xue <> | 2007-02-04 17:03:45 +0000 |
commit | f86b7d848ced181ea3c94ec1e760f0be3f58a3b1 (patch) | |
tree | 9660c603b13cf386f8384f50ed4c975157f238cc /framework/Web/UI/WebControls/TWebControl.php | |
parent | cb7abfbc8a9f93c61345c53b63e259162bb3de2a (diff) |
added renderer feature to TDataList.
Diffstat (limited to 'framework/Web/UI/WebControls/TWebControl.php')
-rw-r--r-- | framework/Web/UI/WebControls/TWebControl.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Web/UI/WebControls/TWebControl.php b/framework/Web/UI/WebControls/TWebControl.php index 78c1aa98..33393843 100644 --- a/framework/Web/UI/WebControls/TWebControl.php +++ b/framework/Web/UI/WebControls/TWebControl.php @@ -247,6 +247,7 @@ class TWebControl extends TControl /**
* Creates a style object to be used by the control.
* This method may be overriden by controls to provide customized style.
+ * @return TStyle the default style created for TWebControl
*/
protected function createStyle()
{
|