Re: [Wicket-user] Repositioning the WICKET AJAX DEBUG link

2006-10-11 Thread Matej Knopp
We can consider using id for the link, it could be in 1.2.3.

-Matej

Matt Brictson wrote:
 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.phpp=sourceforgeCID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Repositioning the WICKET AJAX DEBUG link

2006-10-11 Thread Matt Brictson
On Oct 10, 2006, at 11:40 PM, Matej Knopp wrote:
 We can consider using id for the link, it could be in 1.2.3.

That would be great. Thanks for your help.

--
Matt

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Repositioning the WICKET AJAX DEBUG link

2006-10-11 Thread Matej Knopp
I added id wicket-debug-link to the link, so it should be possible to 
force different style for it (using the !important modifier), e.g.

div.wicket-debug-link {
left: 30% !important;
}

Matt Brictson wrote:
 On Oct 10, 2006, at 11:40 PM, Matej Knopp wrote:
 We can consider using id for the link, it could be in 1.2.3.
 
 That would be great. Thanks for your help.
 
 --
 Matt
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user