3

I am using PrimeFaces Extensions <pe:ckEditor> which is basically a server side JSF component which generates the necessary HTML/CSS/JS code output for CKEditor. It works fine, however I have a new requirement which requires me to use either the PBCKCODE or the syntaxhighlighter add-on of CKEditor.

I have successfully created a customized version with those add-ons from their website. However, I have no clue how to integrate those add-ons in <pe:ckEditor>. How can I integrate those add-ons in <pe:ckEditor>?

Subodh Joshi
  • 12,717
  • 29
  • 108
  • 202
  • @BaluC any help on this? Also after your changes my question is out of featured why? – Subodh Joshi Sep 17 '13 at 12:41
  • @BalusC thanks for your edit and reply can you suggest any alternative very simple editor like Stackoverflow have which i can use In my JSF application – Subodh Joshi Sep 17 '13 at 16:25

1 Answers1

-1

Is there any reason why you don't want to use the CKEditor directly in stead of using it through pe:ckEditor? At least thats what I did in our project.

strandmyr
  • 98
  • 1
  • 6
  • Because i want a simple editor like Stackoverflow also when i tried to modify the CkEditor to add code tag is not worked so i was thinking to use it can you help me to resolve above issue –  Oct 04 '13 at 09:32