Hello,

I like the functionality provided by the WICKET AJAX DEBUG link that  
appears when I'm in development mode, but the link is in an  
unfortunate position in my UI (it obscures some important elements).  
I'd like to reposition the debug link, but I can't find an easy way  
to do this.

The link is generated in wicket-ajax-debug.js like this:

   <div style='position:absolute; left:10px; top:95%; z-index:100;'>

Unfortunately that doesn't give me any options to override the  
position with CSS (there is no class or id attribute). I could write  
my own version of wicket-ajax-debug.js, but how would wicket know to  
load my version at runtime instead of the one bundled in wicket.jar?  
Or do I have to modify the original and compile a custom wicket.jar?  
That seems like overkill for such a minor change.

Any ideas? I am using wicket 1.2.2.

Thanks.

--
Matt




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to