pe:ckeditor 工具栏上缺少拼写检查器和 scayt 图标:
<p:growl id="growl" showDetail="true" />
<pe:ckEditor id="editor" value="#{editorController.content}" toolbar="[['Cut','Copy','Paste','PasteText','PasteFromWord','-', 'SpellChecker', 'Scayt']]">
<p:ajax event="save" listener="#{editorController.saveListener}" update="growl" />
</pe:ckEditor>
Ckeditor 自定义工具栏的 Primefaces 扩展展示中也缺少两者:http: //www.primefaces.org/showcase-ext/sections/ckEditor/customToolbar.jsf
已经广泛搜索甚至更新了 pe:ckeditor。
使用 Primefaces 5.1、Primefaces 扩展 3.0、JSF 2.0。