None that I know of. And I think it's something Wicket are lacking... A
way to control js behavior of ajax components from behaviors them selfs.
John Krasnay wrote:
Hi folks,
I'm trying to integrate the Dean Edwards IE7.js script
(http://dean.edwards.name/IE7/) into my Wicket app. For those that don't
know, IE7.js helps IE6 implement certain CSS rules that it doesn't
support natively (min-height, :first-child, :hover, ...)
I've created a behavior that renders the proper header text to load
IE7.js. I add this behavior to my base page class and everything works
will until I do an AJAX operation. Any of the updated components lose
their IE7.js specialness.
Apparently, there's a script, ie7-recalc.js, that implements a recalc()
method I can call to clean up after AJAX updates. The problem is that
I'd like to have this script run after *any* AJAX update to my page
without tweaking the AjaxRequestTarget in each of my AJAX components.
Is there a way that my behavior, applied at page level, can hook any
AJAX call and inject JavaScript to call that recalc() method?
jk
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
-Wicket for love
Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]