is it possible to hide the controls of a HTMLEditor above the actual text? (Alignment, Copy&Paste icons, stylings etc.)
Thanks for any help
You can remove specific buttons using CSS, for example:
.html-editor-copy { visibility: hidden; }
The full list of the CSS button names can be found at: Oracle CSS Reference Guide