added the capability to add an optional configuration
authorErik Brakkee <erik@brakkee.org>
Tue, 7 Sep 2010 20:04:51 +0000 (20:04 +0000)
committerErik Brakkee <erik@brakkee.org>
Tue, 7 Sep 2010 20:04:51 +0000 (20:04 +0000)
commita55dd335d284bdcc981191b03c23fe85ef253faa
tree7a4abb503bf4b78a773ca36974d8a113a91c297c
parent3c455180fb6fbe82bbb935c9ccbc212769d4591c
added the capability to add an optional configuration
object to the ready function. This allows the implementation of plugins that require configuration.

One example is a tooltip plugin that requires the tooltip text and possibly other options to configure
the tooltip.
wicket/components/pom.xml
wicket/components/src/main/java/org/wamblee/wicket/behavior/PreselectionBehavior.java
wicket/components/src/main/java/org/wamblee/wicket/jquery/AbstractJQueryBehavior.java
wicket/components/src/test/java/org/wamblee/wicket/jquery/AbstractJQueryBehaviorTest.java