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
72:editor_references [2019/02/01 21:35] – [Allowed HTML Tags] ext-bkkr72:editor_references [2024/02/15 00:00] (current) – external edit 127.0.0.1
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 106: Line 106:
 </xsd:restriction> </xsd:restriction>
 </xsd:simpleType> </xsd:simpleType>
-<!-- CSS Style Restriction -->  <xsd:simpleType name="Color">+<!-- CSS Style Restriction --> 
 + <xsd:simpleType name="Color">
 <xsd:restriction base="xsd:string"> <xsd:restriction base="xsd:string">
 <xsd:pattern value="(background-color:\s*#[0-9a-fA-F]{6};\s*|color: <xsd:pattern value="(background-color:\s*#[0-9a-fA-F]{6};\s*|color:
Line 165: Line 166:
 <xsd:complexContent> <xsd:complexContent>
 <xsd:extension base="rt:Element"> <xsd:extension base="rt:Element">
-<xsd:attribute name="class" type="rt:ImageClass" use="required" /> <xsd:attribute name="data-pkit-unmanaged" type="xsd:string"+<xsd:attribute name="class" type="rt:ImageClass" use="required" /> 
 + <xsd:attribute name="data-pkit-unmanaged" type="xsd:string"
 use="optional" /> use="optional" />
 <xsd:attribute name="src" type="xsd:string" use="required" /> <xsd:attribute name="src" type="xsd:string" use="required" />
Line 226: Line 228:
 <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:choice minOccurs="0" maxOccurs="unbounded">
 <xsd:group ref="rt:inlineContentWithLinks" minOccurs="0" <xsd:group ref="rt:inlineContentWithLinks" minOccurs="0"
-maxOccurs="unbounded" /> </xsd:choice>+maxOccurs="unbounded" /> 
 + </xsd:choice>
 <xsd:attribute name="class" type="rt:StagesClassName" use="optional"/> <xsd:attribute name="class" type="rt:StagesClassName" use="optional"/>
 </xsd:extension> </xsd:extension>
Line 289: Line 292:
 <xsd:attribute name="align" type="rt:TableAlignment" use="optional" /> <xsd:attribute name="align" type="rt:TableAlignment" use="optional" />
 <xsd:attribute name="style" type="rt:TableStyle" use="optional" /> <xsd:attribute name="style" type="rt:TableStyle" use="optional" />
-</xsd:extension> </xsd:complexContent>+</xsd:extension> 
 + </xsd:complexContent>
 </xsd:complexType> </xsd:complexType>
 <xsd:complexType name="ListItem" mixed="true"> <xsd:complexType name="ListItem" mixed="true">
Line 373: Line 377:
 </xsd:group> </xsd:group>
 <xsd:element name="body" type="rt:Editor" /> <xsd:element name="body" type="rt:Editor" />
-</xsd:schema></font>+</xsd:schema>
 </code> </code>
  
-Configuration Properties+ 
 +==== Configuration Properties ====
  
 ^Property Name^Default Value^Description| ^Property Name^Default Value^Description|
Line 384: Line 389:
 |   \\ 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>|
  
 \\ \\