I have an image with an onmouseup AjaxEventBehavior. This results in the
following markup:
<img id="M6" onmouseup="var
wcall=wicketAjaxGet('?wicket:interface=:0:lightBulbsBank:bankItems:1:image::IBehaviorListener:1:',null,null,
function() {return Wicket.$('M6') != null;}.bind(this));" ... />
I want to put a JavaScript function into the second parameter of
wicketAjaxGet, which is currently null -- how do I get it there?
--
View this message in context:
http://www.nabble.com/Putting-an-Ajax-Callback-in-AjaxEventBehavior-tp22448059p22448059.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]