Reputation: 1174
I'm using PF 5.1.
When I try to add the removeFormat
control in my code the p:editor
doesn't appear:
<p:editor value="..." controls="bold italic ... removeFormat" width="600"/>
But when I omit the removeFormat
it works just fine.
Is this a bug?
Upvotes: 2
Views: 213
Reputation: 834
According to the documentation it should be a removeFormat
parameter (camelCased), but it worked for me only written as removeformat
.
Upvotes: 3