summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls/TRepeater.php
diff options
context:
space:
mode:
authorxue <>2007-02-04 22:16:11 +0000
committerxue <>2007-02-04 22:16:11 +0000
commit7f26be1e2ca7cc1d48a0627018eb287330a3bd90 (patch)
tree5e059f9c4380f08e7288de5b230359f6e5f6f8aa /framework/Web/UI/WebControls/TRepeater.php
parentf86b7d848ced181ea3c94ec1e760f0be3f58a3b1 (diff)
updated comments to TDataList.
Diffstat (limited to 'framework/Web/UI/WebControls/TRepeater.php')
-rw-r--r--framework/Web/UI/WebControls/TRepeater.php4
1 files changed, 2 insertions, 2 deletions
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 <b>Data</b>
+ * - If the class implements {@link IDataRenderer}, the <b>Data</b>
* 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 <b>ItemIndex</b> property will be set