What you get out and put in tinymce is html, so why not continue with pre tags? Or perhaps put it in a div tag with some style, like "border-left: 2px solid blue; padding-left: 5px;".

//Swanthe

fachhoch wrote:
It worked , that's good, need one more suggestion , Usually without tinymce
we show comments  to display  inside a pre tag  to retain the line breaks
etc , but in case of tinymce   what's the best  way to display comments   ?


Linkan wrote:
Try add TinyMceAjaxSubmitModifier to your submit button

//Swanthe




tubin gen wrote:
I am trying to make my text editor (text area )  to rich text eitors
  using timymce.First I tried wicket timymce behaviour , the problem
is the  tinymce java scriopt is repalce my textarea html with an
iframe


this  is my html , but the   style="display: none;" is added by tinymce
<textarea maxlength="4000" cols="120" rows="8"
name="reassignmentComments" wicket:id="reassignmentComments"
id="reassignmentComments" style="display: none;"/>

and code generated by tinymce is   lot,  but the problem is it uses
iframe and because of  which the textarea value is not posted to my
form   , please help me integrating tinymce

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org







---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to