For my Block A Sender project I needed nice action buttons. I was lucky to find this post. Here is how they look:
To get them in Wicket is really simple:
![]() |
Google style buttons |
- Grab CSS from this post. and add to your project
- Add some link in java:
add(new BookmarkablePageLink("home_link", HomePage.class));
- And HTML
<button class="action bluebtn" wicket:id="home_link">Home</button>
No comments:
Post a Comment