wicket:link - no automatic italicizing behavior needed

2008-10-31 Thread unka_hahrry

Hello!

Is there any possibility to disable the automatic italicizing behavior when
using wicket:link-tags?
-- 
View this message in context: 
http://www.nabble.com/%3Cwicket%3Alink%3E---no-automatic-italicizing-behavior-needed-tp20269389p20269389.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]



Re: wicket:link - no automatic italicizing behavior needed

2008-10-31 Thread Igor Vaynberg
getmarkupsettings().setdefaultbefore/afterdisabledlink();

in your application.init()

-igor

On Fri, Oct 31, 2008 at 9:35 AM, unka_hahrry [EMAIL PROTECTED] wrote:

 Hello!

 Is there any possibility to disable the automatic italicizing behavior when
 using wicket:link-tags?
 --
 View this message in context: 
 http://www.nabble.com/%3Cwicket%3Alink%3E---no-automatic-italicizing-behavior-needed-tp20269389p20269389.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]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: wicket:link - no automatic italicizing behavior needed

2008-10-31 Thread Michael Sparer

actually there are two:
- use CSS to disable it or
- set getMarkupSettings().setDefaultBeforeDisabledLink(); and
getMarkupSettings().setDefaultAfterDisabledLink(); in your webapp's init()

regards,
Michael


unka_hahrry wrote:
 
 Hello!
 
 Is there any possibility to disable the automatic italicizing behavior
 when using wicket:link-tags?
 


-
Michael Sparer
http://talk-on-tech.blogspot.com
-- 
View this message in context: 
http://www.nabble.com/%3Cwicket%3Alink%3E---no-automatic-italicizing-behavior-needed-tp20269389p20271491.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]