evident
Lifer
i am using tinyMCE to allow rich text editing in a bunch of textfields on a website. the website is also required to dynamically create new textfields via a button. all of the textfields except for one static textfield is to have tinymce on it.
for what im doing, i'm required to use a <tr:inputtext> tag. I want to apply a CSS class name to it, but the trinidad tag has it's own "styleClass", which applies it to the top element that the inputtext is nested within.
Is there a way that I can hardcode a styleclass to the input text field?
There is also a tinyMCE toggle function, but using it breaks the ability to submit my tinymce'd textfields
for what im doing, i'm required to use a <tr:inputtext> tag. I want to apply a CSS class name to it, but the trinidad tag has it's own "styleClass", which applies it to the top element that the inputtext is nested within.
Is there a way that I can hardcode a styleclass to the input text field?
There is also a tinyMCE toggle function, but using it breaks the ability to submit my tinymce'd textfields