Fritz
Fritz

Reputation: 1174

Primefaces Editor - removeFormat bug?

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

Answers (1)

Kit Ostrihon
Kit Ostrihon

Reputation: 834

According to the documentation it should be a removeFormat parameter (camelCased), but it worked for me only written as removeformat.

Upvotes: 3

Related Questions