我在表单上添加了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}}
正如您在附图中所看到的,粘贴按钮被禁用。所以我想知道你怎么能启用这个按钮?
我在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。