AEM 6.3。我看到了文本框,但是工具栏丢失了。这来自_cq_dialog.xml文件,有什么想法吗?
<noResultsText
jcr:primaryType="nt:unstructured"
sling:resourceType="cq/gui/components/authoring/dialog/richtext"
fieldLabel="No Results Text"
name="./noResultsText"
useFixedInlineToolbar="{Boolean}true">
<rtePlugins jcr:primaryType="nt:unstructured">
<misctools
jcr:primaryType="nt:unstructured"
features="*"/>
<edit
jcr:primaryType="nt:unstructured"
defaultPasteMode="wordhtml"
features="[paste-plaintext,paste-wordhtml]"
stripHtmlTags="{Boolean}false"/>
</rtePlugins>
<uiSettings jcr:primaryType="nt:unstructured">
<cui jcr:primaryType="nt:unstructured">
<inline
jcr:primaryType="nt:unstructured"
toolbar="[format#bold,format#italic,lists#ordered,lists#unordered,links#modifylink,links#unlink,edit#paste-plaintext,edit#paste-wordhtml]"/>
</cui>
</uiSettings>