Styling text for textarea Wicket
问题 I have got a string which consists of textlines. I would like to input these lines into a textarea with some css styles(eg changing the colour of some lines). How can this be done? 回答1: TinyMCE does do a pretty decent job of rendering CSS and other markup in an editor. To include this easily with Wicket, I suggest the org.wicketstuff.tinymce-parent package. The development/source code is in GitHub and the actual releases are in the public maven repository. You can then use a standard Wicket