What is PrimeFaces p:editor based on?
Posted
by
AlanObject
on Stack Overflow
See other posts from Stack Overflow
or by AlanObject
Published on 2012-03-31T16:27:53Z
Indexed on
2012/03/31
17:28 UTC
Read the original article
Hit count: 291
jsf-2.0
|primefaces
I want to add some client-side functionality to the PrimeFaces p:editor, but for some reason I am not able to uncover what JavaScript client side code they used to build the component. Could anyone point me to that?
P.S. two things I want to do is make the component resizable (PrimeFaces doesn't support that) and I want to add shortcut buttons to insert pre-programmed text. Any hints about how this will done will be appreciated.
© Stack Overflow or respective owner