Edgewall Software

Changes between Version 4 and Version 6 of Ticket #13117


Ignore:
Timestamp:
Jan 9, 2019, 12:32:53 AM (5 years ago)
Author:
Christian Boos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13117

    • Property Owner set to Christian Boos
  • Ticket #13117 – Release Notes

    v4 v6  
     1The BR macro takes an optional "clear" parameters, which adds the corresponding CSS styling (i.e. `[[br(clear:left)]]` generates the HTML `<br style="clear: left"/>`, same thing for "right" or "clear").
     2Note that `[[br(clear)]]` stands for `[[br(clear:both)]]`.
  • Ticket #13117 – API Changes

    v4 v6  
    1 The BR macro takes an optional "clear" parameters, which adds the corresponding CSS styling (i.e. `[[br(clear:left)]]` generates the HTML `<br style="clear: left"/>`, same thing for "right" or "clear").
    2 Note that `[[br(clear)]]` alone stands for `[[br(clear:both)]]`.