• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

jsp help,tinyMCE, apache trinidad and custom tags

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

 
Back
Top