- 28 Jul 2024
- 1 Minute to read
- Print
- DarkLight
Rich text editor attributes
- Updated on 28 Jul 2024
- 1 Minute to read
- Print
- DarkLight
By default, quote and line item attributes in proposals are formatted using rich text editor styling.
However, some attributes may contain long text strings that are difficult to view. In this case, you can use Advanced Editor annotation to improve the format of attribute text.
Apply Advanced Editor annotation
- From the application left navigation area, select Administration.
- From the top navigation bar, select Content Management.
- Select conf > ontology.
- Select to download the application-schema-ext.owl file.
- Select the file to open it.
- Select a specific quote or line item attribute and apply advanced editor annotation to display the attributes.
Example quote attribute
The following example shows the quoteExtra attribute marked with advancedEditor annotation:
<owl:DatatypeProperty rdf:about="&ase;quoteExtra">
<rdf:type rdf:resource="&owl;FunctionalProperty"/>
<rdfs:label xml:lang="de">Angebot Extra</rdfs:label>
<rdfs:label xml:lang="en">Quote Extra</rdfs:label>
<ps:advancedEditor rdf:datatype="&xsd;boolean">true</ps:advancedEditor>
<rdfs:domain rdf:resource="&as;Quote"/>
<rdfs:subPropertyOf rdf:resource="&ps;assertion"/>
<rdfs:range rdf:resource="&xsd;string"/>
</owl:DatatypeProperty>
Example line item attribute
The following example shows the lineitemtextforETO1 attribute marked with advancedEditor annotation.
<owl:DatatypeProperty rdf:about="&ase;lineitemtextforETO1">
<rdf:type rdf:resource="&owl;FunctionalProperty"/>
<rdfs:label xml:lang="en">ETO Text 1</rdfs:label>
<ps:advancedEditor rdf:datatype="&xsd;boolean">true</ps:advancedEditor>
<rdfs:domain rdf:resource="&as;SalesItem"/>
<rdfs:subPropertyOf rdf:resource="&ps;assertion"/>
<rdfs:range rdf:resource="&xsd;string"/>
</owl:DatatypeProperty>
Rich text editor content preview
Select the Preview button to preview content before publishing.