Creating a TinyMce plugin for a Wicket application

Rickard Nilsson

I’m currently working on a web project based on Wicket. In this web project there was a request for a web based word processor. TinyMce fits the bill perfectly and as it happens is also integrated in Wicket. Lucky me!
Another request required me to make my own plugin for TinyMce. Only, it turned out [...]

Tags: , , , , , , ,

Wicket Javascript Internals dissected

Nino Martinez

SO you need to do something special with a javascript and you want to integrate that with wicket. In my last article I looked at this from the wicket side and wrote about what you can do to push something out from wicket. But what if you want to interact? Then you will have to take a peek at wickets javascript internals. If you are working on an ajax component you get these wicket javascript source files included as default [...]

Tags: , , , , , ,