The code should be

contentTextArea.add(new TinyMceBehavior(new
                TinyMCESettings(TinyMCESettings.Theme.advanced)));

If you still get an error can you show your pom.xml file?
Yes, fails to execute.

code:

TextArea contentTextArea = new TextArea("content");
contentTextArea.add(new TinyMceBehavior(new
TinyMCESettings(Theme.advanced)));
form.add(contentTextArea);




--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/TinyMCE-tp4656649p4656722.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
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