Rich Text Editor
中是否有属性允许您编辑文本的颜色?
这是我当前的对话框:
<lifeSavings
jcr:primaryType="nt:unstructured"
value="Lifetime Savings"
sling:resourceType="cq/gui/components/authoring/dialog/richtext"
fieldDescription="Enter Lifetime Savings title"
fieldLabel="Lifetime Savings title"
name="./lifesavings"
textIsRich="true"
useFixedInlineToolbar="{Boolean}true">
<rtePlugins jcr:primaryType="nt:unstructured">
<format
jcr:primaryType="nt:unstructured"
features="*"/>
</rtePlugins>
<uiSettings jcr:primaryType="nt:unstructured">
<cui jcr:primaryType="nt:unstructured">
<inline
jcr:primaryType="nt:unstructured"
toolbar="[format#bold,format#italic,format#underline]">
</inline>
</cui>
</uiSettings>
</lifeSavings>