p:编辑器如何启用粘贴按钮

时间:2016-10-04 12:46:01

标签: jsf primefaces jsf-2

我在表单上添加了PrimeFaces <p:editor id="editorId" value="#{someBean.SomeText}" controls="bold italic paste pastetext" width="800" height="150" rows="6" disabled="#{not someBean.editorEnabled}" autoResize="false" onchange="submitSomething()" /> 组件,并为此定义了控件:

{{1}}

正如您在附图中所看到的,粘贴按钮被禁用。所以我想知道你怎么能启用这个按钮?

editor

我在WebSphere Application Server 8.5上运行PrimeFaces 6.0。

我在primefaces showcase上遇到了同样的问题:

http://www.primefaces.org/showcase/ui/input/editor.xhtml

使用

Firefox 49.0.1和Chrome 53.0.2785.143。

0 个答案:

没有答案