added the capability to add an optional configuration
authorerik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Tue, 7 Sep 2010 20:04:51 +0000 (20:04 +0000)
committererik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Tue, 7 Sep 2010 20:04:51 +0000 (20:04 +0000)
commitc8c3ef1818150f218835c1d4995939607219de72
tree7a4abb503bf4b78a773ca36974d8a113a91c297c
parent32989aea5ab0a89a3e99405156da805124c97073
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