Rich text editor attributes
  • 28 Jul 2024
  • 1 Minute to read
  • Dark
    Light

Rich text editor attributes

  • Dark
    Light

Article summary

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

  1. From the application left navigation area, select Administration.
  2. From the top navigation bar, select Content Management.
  3. Select conf > ontology.
  4. Select to download the application-schema-ext.owl file.
  5. Select the file to open it.
  6. 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.

Rich text editor preview


Was this article helpful?

What's Next
Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.