visural-wicket是一组开源的<A href="/misc/goto?guid=4958189530454733892" rel=nofollow>Apache Wicket</A>组件和工具。他们被设计成重量轻,松散耦合,并很容易以最小依赖与任意现有Wicket应用程序相集成。组件包括:

  • Drop Down - A combo-box component which allows users to select an item from a list of values. Can also be used as a "suggestion" box that does not enforce selection of one of the list values.
  • Fancybox - A "light box" component which will display an image, a group of images, another web container or an iframe in an attractive modal gallery-like window. Based on Fancybox
  • Rich Text Editor - A WYSIWYG html editor as a drop-in replacement for a wicket text-area. Based on Nicedit
  • Codebox - a source-code dislpay component with syntax highlighting. Based on Google Prettify.
  • "Indicating" Links - Two types of submit and regular link components. There are modal links, which display a modal "Please Wait" (or custom) message while a form or action is processed, and "indicating" links, which replace certain DOM elements with an "AJAX style" indicator image (or custom content) while a request is being processed. Probably best to check out the demo for these ones.
  • DateInput - a new behavior which provides a pop-up Javascript date picker
  • InputHint - a new behavior which provides “hint text” inside input fields, which disappears when the user focuses on the field
  • BeautyTips - a new behavior which provides rich, attractive, stylable tooltips for any component
  • “Confirmers” – prompt/confirmation dialogs that can be used for any Link / Submit type Wicket action
  • Dialog- a flexible modal dialog component which can be open/closed via Ajax or client-side Javascript
  • LessCSS - integration of LessCSS and Wicket, so you can use “.less” files like they were “.css”
  • JSR303 Validated Form - a binding behavior and Form which automatically transfers JSR-303 validation annotations on to Wicket Forms
  • <DIV class=date>收录时间:2011-02-12 09:10:03</DIV>