summaryrefslogtreecommitdiff
path: root/UPGRADE
diff options
context:
space:
mode:
authorxue <>2007-04-13 16:08:09 +0000
committerxue <>2007-04-13 16:08:09 +0000
commite002cc7d95942fb8ac7e899e0e7c5f8998b8b6ba (patch)
tree0095e63caccd8118e8bd0a968e55b2cda73a1428 /UPGRADE
parent32b73a0b1dfcd33e07e7fd2b2cf2fd7d42cf48a0 (diff)
removed <span> tags when TDataList.RepeatLayout is Raw
Diffstat (limited to 'UPGRADE')
-rw-r--r--UPGRADE6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPGRADE b/UPGRADE
index f5690835..aae33904 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -9,6 +9,12 @@ if you want to upgrade from version A to version C and there is
version B between A and C, you need to following the instructions
for both A and B.
+Upgrading from v3.1b
+--------------------
+- When TDataList.RepeatLayout is 'Raw', no <span> tags will be generated
+ for header, footer and items. If your existing code rely on the span tags,
+ you may use 'Flow' layout and set RepeatColumns as 1.
+
Upgrading from v3.1a
---------------------
- The signature of TActiveRecord::finder() is changed. This affects