From 7f26be1e2ca7cc1d48a0627018eb287330a3bd90 Mon Sep 17 00:00:00 2001
From: xue <>
Date: Sun, 4 Feb 2007 22:16:11 +0000
Subject: updated comments to TDataList.
---
framework/Web/UI/WebControls/TRepeater.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'framework/Web/UI/WebControls/TRepeater.php')
diff --git a/framework/Web/UI/WebControls/TRepeater.php b/framework/Web/UI/WebControls/TRepeater.php
index 2df8343e..2483f361 100644
--- a/framework/Web/UI/WebControls/TRepeater.php
+++ b/framework/Web/UI/WebControls/TRepeater.php
@@ -30,12 +30,12 @@ Prado::using('System.Util.TDataFieldAccessor');
* Repeater items, header, footer, etc. are being instantiated with the corresponding
* templates when data is being bound to the repeater.
*
- * Since v3.1.0, the layout can also be by renderers. A renderer is a control class
+ * Since v3.1.0, the layout can also be specified by renderers. A renderer is a control class
* that can be instantiated as repeater items, header, etc. A renderer can thus be viewed
* as an external template (in fact, it can also be non-templated controls).
*
* A renderer can be any control class.
- * -If the class implements {@link IDataRenderer}, the Data
+ * - If the class implements {@link IDataRenderer}, the Data
* property will be set as the data row during databinding. Many PRADO controls
* implement this interface, such as {@link TLabel}, {@link TTextBox}, etc.
* - If the class implements {@link IItemDataRenderer}, the ItemIndex property will be set
--
cgit v1.2.3