primefaces-extensions / primefaces-extensions.github.com

Organization repo, only for homepage, wiki and issue tracker
https://primefaces-extensions.github.io/
70 stars 22 forks source link

"readOnly" attribute should be "readonly" in pe:ckEditor 3.1.0? #335

Closed persapiens closed 9 years ago

persapiens commented 9 years ago

When I use pe:ckEditor component in netbeans, it warns readOnly attribute does not exist, but it works! If I use readonly, netbeans stops warning, but it does not work!

tandraschko commented 9 years ago

you are right. The taglib is correct but the component class and renderer must be changed -> https://github.com/primefaces-extensions/core/tree/master/src/main/java/org/primefaces/extensions/component/ckeditor

please provide a pull request.