Posts tagged as:

HeaderContributor

Wicket TinyMCE: some advanced tips

by ildella on September 16, 2009

Some tricks to use TinyMCE wicket integration in a real application: toggle behavior on and off with user interactions, submit a form via ajax with a tinyMCE component inside.

Share this:
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • DZone
  • Slashdot
  • Technorati

{ 3 comments }

Add Javascript or CSS using a Resource

by kinabalu on July 20, 2009

A quick howto (via wicket wiki) on adding Javascript or CSS to your pages, and having them compressed during the “deployment” cycle automatically by Wicket. So to start with, we need to copy or Javascript or CSS file somewhere in our package hierarchy that we can reference in our Page. For simplicity, we can copy [...]

Share this:
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • DZone
  • Slashdot
  • Technorati

{ 0 comments }