AEM富文本编辑器,用于编辑颜色



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>

不,没有。 但是,您可以使用颜色选择器插件。

最新更新