summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/DataList.page
diff options
context:
space:
mode:
authorxue <>2007-08-23 17:39:00 +0000
committerxue <>2007-08-23 17:39:00 +0000
commit37587bd5c9911b232ad2f9c7bc51f6cf0199e0f3 (patch)
tree614520fbdd9a631c10675b660e8037f05e3fbcc2 /demos/quickstart/protected/pages/Controls/DataList.page
parente2f3b5fce11e0ced17f6a6df7c08a98cfa0fa540 (diff)
typo fixes.
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/DataList.page')
-rw-r--r--demos/quickstart/protected/pages/Controls/DataList.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Controls/DataList.page b/demos/quickstart/protected/pages/Controls/DataList.page
index 66ae8511..d92aa69c 100644
--- a/demos/quickstart/protected/pages/Controls/DataList.page
+++ b/demos/quickstart/protected/pages/Controls/DataList.page
@@ -62,7 +62,7 @@ TDataList provides a few properties to support tiling the items. The number of c
</p>
<ul id="u8" class="block-content">
-<li><tt>Table</tt> (default) - items are organized using HTML table and cells. When using this layout, one can set <tt>CellPadding</tt> and <tt>CellSpacing</tt> to adjust the cellpadding and cellpadding of the table, and <tt>Caption</tt> and <tt>CaptionAlign</tt> to add a table caption with the specified alignment.</li>
+<li><tt>Table</tt> (default) - items are organized using HTML table and cells. When using this layout, one can set <tt>CellPadding</tt> and <tt>CellSpacing</tt> to adjust the cellpadding and cellspacing of the table, and <tt>Caption</tt> and <tt>CaptionAlign</tt> to add a table caption with the specified alignment.</li>
<li><tt>Flow</tt> - items are organized using HTML spans and breaks.</li>
<li><tt>Raw</tt> - TDataList does not generate any HTML tags to do the tiling.</li>
</ul>