Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
72:editor_references [2019/02/01 21:35] – [Allowed HTML Tags] ext-bkkr72:editor_references [2019/02/25 19:19] – [Allowed HTML Tags] ext-bkkr
Line 67: Line 67:
  
 <code> <code>
-<font inherit/Courier New,Courier,monospace;;inherit;;inherit><?xml version="1.0" encoding="UTF-8"?>+<?xml version="1.0" encoding="UTF-8"?>
 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 targetNamespace="http://namespace.methodpark.de/composer/richtext/model" targetNamespace="http://namespace.methodpark.de/composer/richtext/model"
Line 376: Line 376:
 </code> </code>
  
-Configuration Properties+ 
 +==== Configuration Properties ====
  
 ^Property Name^Default Value^Description| ^Property Name^Default Value^Description|
Line 384: Line 385:
 |   \\ legacy.description. \\   \\ migration. \\  \\ unmanagedSection. \\  \\ templates|pre, script, dl, iframe, :onclick, div:id, img|The defined tags are converted to unmanaged sections.| |   \\ legacy.description. \\   \\ migration. \\  \\ unmanagedSection. \\  \\ templates|pre, script, dl, iframe, :onclick, div:id, img|The defined tags are converted to unmanaged sections.|
 |   \\ legacy.description. \\   \\ migration. \\  \\ unmanagedSection.regex| |Th matched regular expression is converted to an unmanaged section.| |   \\ legacy.description. \\   \\ migration. \\  \\ unmanagedSection.regex| |Th matched regular expression is converted to an unmanaged section.|
-|   \\ legacy.description. \\   \\ migration.copyAttribute. \\  \\ fromParent.templates|tr:style|  \\ Copies the given tag:attribute: [value],tag:attribute: [value] from the parent to the child tag. \\  \\ Before: \\  \\ <table> \\ <tr style="123"> \\ <td> \\ abc \\ </td> \\ </tr> \\ </table> \\  \\ After: \\  \\ <table> \\ <tr> \\ <td style="123"> \\ abc \\ </td> \\ </tr> \\  \\ </table> \\ +|   \\ legacy.description. \\   \\ migration.copyAttribute. \\  \\ fromParent.templates|tr:style|   \\ Copies the given tag:attribute: [value],tag:attribute: [value] from the parent to the child tag. \\   \\ Before: \\  \\ <table> \\ <tr style="123"> \\ <td> \\ abc \\ </td> \\ </tr> \\ </table> \\  \\ After: \\  \\ <table> \\ <tr> \\ <td style="123"> \\ abc \\ </td> \\ </tr> \\  \\ </table>
-   \\ legacy.description. \\  \\ migration.copyAttribute. \\  \\ toParent.templates \\ | |  \\ Copies the given tag:attribute: [value],tag:attribute: [value] from child tag to the parent tag. If the property is set to p:style:"background:#FF00FF" \\  \\ Before: \\  \\ <table> \\ <tr> \\ <td \\ style="width:50px"> \\ <p \\ style="background:#FF00FF">content</ \\ p> \\ <p \\ style="background:#FF0000">content2</ \\ p> \\ </td> \\ </tr> \\ </table> \\  \\ After: \\  \\ <table> \\ <tr> \\ <td style="width:50px \\ background:#FF00FF"> \\ <p>content</p> \\ <p \\ style="background:#FF0000">content2</ \\ p> \\ </td> \\ </tr> \\ </table> \\ |+  \\ legacy.description. \\   \\ migration.copyAttribute. \\  \\ toParent.templates| |   \\ Copies the given tag:attribute: [value],tag:attribute: [value] from child tag to the parent tag. If the property is set to p:style:"background:#FF00FF" \\   \\ Before: \\  \\ <table> \\ <tr> \\ <td \\ style="width:50px"> \\ <p \\ style="background:#FF00FF">content</ \\ p> \\ <p \\ style="background:#FF0000">content2</ \\ p> \\ </td> \\ </tr> \\ </table> \\  \\ After: \\  \\ <table> \\ <tr> \\ <td style="width:50px \\ background:#FF00FF"> \\ <p>content</p> \\ <p \\ style="background:#FF0000">content2</ \\ p> \\ </td> \\ </tr> \\ </table>|
  
 \\ \\