Changeset 1864 for trunk/UPGRADE

Show
Ignore:
Timestamp:
04/13/2007 11:08:09 AM (20 months ago)
Author:
xue
Message:

removed <span> tags when TDataList.RepeatLayout? is Raw

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADE

    r1851 r1864  
    99version B between A and C, you need to following the instructions 
    1010for both A and B. 
     11 
     12Upgrading from v3.1b 
     13-------------------- 
     14- When TDataList.RepeatLayout is 'Raw', no <span> tags will be generated 
     15  for header, footer and items. If your existing code rely on the span tags, 
     16  you may use 'Flow' layout and set RepeatColumns as 1. 
    1117 
    1218Upgrading from v3.1a