Primefaces CK Editor : ToolBar with special Characters is not not displaying Greek letters

Community Driven Extensions Project
Post Reply
laurusis
Posts: 8
Joined: 03 Sep 2015, 13:10

19 Jun 2017, 08:24

The Prime Faces CK editor does not display Greek letters in Special Characters in Tool Bar section . Letters like alpha ,Beta ,delta are missing.Only Latin letters are displayed . Kindly resolve . Normal CK Editor can be configured to display the Greek letters by adding the following code in config.js file

config.specialChars = config.specialChars.concat( [ 'α'],
[ 'β'],
[ 'γ' ],
[ 'δ'],
[ 'ε'],
[ 'ζ'],
[ 'η'],
[ 'θ' ],
[ 'ι'],
[ 'κ'],
[ 'λ'],
[ 'μ'],
[ 'ν'],
[ 'ξ' ],
[ 'ο'],
[ 'π' ],
[ 'ρ'],
[ 'σ' ],
[ 'σ'],
[ 'τ'],
[ 'υ' ],
[ 'φ'],
[ 'χ'],
[ 'ψ'],
[ 'ω']);

How do we achieve this in primefaces CK editor ?

Melloware
Posts: 3716
Joined: 22 Apr 2013, 15:48

19 Jun 2017, 13:14

Ahh I understand the issue now. I think what you need is the customConfig="" property on the PFE CkEditor.

The VDL says "customConfig Path to a custom CKEditor js config file.".

Can you try that?
PrimeFaces Developer | PrimeFaces Extensions Developer
GitHub Profile: https://github.com/melloware
PrimeFaces Elite 13.0.0 / PF Extensions 13.0.0
PrimeReact 9.6.1

laurusis
Posts: 8
Joined: 03 Sep 2015, 13:10

20 Jun 2017, 07:20

Thanks Melloware . It did work for me .

Melloware
Posts: 3716
Joined: 22 Apr 2013, 15:48

20 Jun 2017, 13:10

Nice here is a more detailed thread with answer if you wanted to see it.

https://github.com/primefaces/primeface ... -309628144
PrimeFaces Developer | PrimeFaces Extensions Developer
GitHub Profile: https://github.com/melloware
PrimeFaces Elite 13.0.0 / PF Extensions 13.0.0
PrimeReact 9.6.1

Post Reply

Return to “Extensions”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 3 guests