Primefaces 编辑器 - 删除格式错误?
Primefaces Editor - removeFormat bug?
我正在使用 PF 5.1。
当我尝试在我的代码中添加 removeFormat
控件时,p:editor
没有出现:
<p:editor value="..." controls="bold italic ... removeFormat" width="600"/>
但是当我省略 removeFormat
时它工作得很好。
这是一个错误吗?
根据 documentation 它应该是一个 removeFormat
参数(驼峰式),但它只对我有用 removeformat
.
我正在使用 PF 5.1。
当我尝试在我的代码中添加 removeFormat
控件时,p:editor
没有出现:
<p:editor value="..." controls="bold italic ... removeFormat" width="600"/>
但是当我省略 removeFormat
时它工作得很好。
这是一个错误吗?
根据 documentation 它应该是一个 removeFormat
参数(驼峰式),但它只对我有用 removeformat
.