diff options
author | xue <> | 2006-08-05 03:18:53 +0000 |
---|---|---|
committer | xue <> | 2006-08-05 03:18:53 +0000 |
commit | 58f7aa0ebe9920d33a22b95c3f73fc4b70a75426 (patch) | |
tree | 0484713e3027c05c01582db23dec991376162dbf /framework/Web/UI/WebControls/TDataList.php | |
parent | 7d868c13a401d13f8777c0db5626832ac3f3a952 (diff) |
Fixed #313.
Diffstat (limited to 'framework/Web/UI/WebControls/TDataList.php')
-rw-r--r-- | framework/Web/UI/WebControls/TDataList.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TDataList.php b/framework/Web/UI/WebControls/TDataList.php index 42c47f86..22bec07e 100644 --- a/framework/Web/UI/WebControls/TDataList.php +++ b/framework/Web/UI/WebControls/TDataList.php @@ -1357,7 +1357,7 @@ class TDataListItem extends TWebControl implements INamingContainer /**
* Creates a style object for the control.
- * This method creates a {@link TTableStyle} to be used by checkbox list.
+ * This method creates a {@link TTableItemStyle} to be used by a datalist item.
* @return TStyle control style to be used
*/
protected function createStyle()
|