Re: About AbstractLink

2011-01-21 Thread uudashr
Sent from my BlackBerry® powered by Sinyal Kuat INDOSAT -Original Message- From: Heitor Machado Date: Fri, 21 Jan 2011 14:08:25 To: Reply-To: users@wicket.apache.org Subject: Re: About AbstractLink Very nice, tanks Jeremy, but the main question is not about SPANs X DIVs, or whatever

Re: About AbstractLink

2011-01-21 Thread Igor Vaynberg
no, they will replace the span. and iirc was changed to a while back as the default -igor On Fri, Jan 21, 2011 at 8:42 AM, Martin Grigorov wrote: > On Fri, Jan 21, 2011 at 5:26 PM, Igor Vaynberg wrote: > >> afaik anchors in html do not support a disabled attribute. so the only >> way to make i

Re: About AbstractLink

2011-01-21 Thread Martin Grigorov
On Fri, Jan 21, 2011 at 5:26 PM, Igor Vaynberg wrote: > afaik anchors in html do not support a disabled attribute. so the only > way to make it really unclickable is to not render it as an anchor. > > of course you can change that by tweaking Jeremy's example > > > WebApplication.get().getMarkupSe

Re: About AbstractLink

2011-01-21 Thread Igor Vaynberg
afaik anchors in html do not support a disabled attribute. so the only way to make it really unclickable is to not render it as an anchor. of course you can change that by tweaking Jeremy's example WebApplication.get().getMarkupSettings().setDefaultBeforeDisabledLink(""); WebApplication.get().get

Re: About AbstractLink

2011-01-21 Thread Jeremy Thomerson
On Fri, Jan 21, 2011 at 10:08 AM, Heitor Machado wrote: > Very nice, tanks Jeremy, but the main question is not about SPANs X DIVs, > or > whatever. And even with this nice snipet, should all disabled links in my > app appear with DIVs ? Without exceptions ? > > A link doesn't have corresponding

Re: About AbstractLink

2011-01-21 Thread Heitor Machado
Very nice, tanks Jeremy, but the main question is not about SPANs X DIVs, or whatever. And even with this nice snipet, should all disabled links in my app appear with DIVs ? Without exceptions ? tanks Heitor

Re: About AbstractLink

2011-01-21 Thread Jeremy Thomerson
WebApplication.get().getMarkupSettings().setDefaultBeforeDisabledLink(""); WebApplication.get().getMarkupSettings().setDefaultAfterDisabledLink(""); On Fri, Jan 21, 2011 at 7:19 AM, Heitor Machado wrote: > Hi all, > > I noticed some days ago that the AbstractLink component when disabled, > rende

About AbstractLink

2011-01-21 Thread Heitor Machado
Hi all, I noticed some days ago that the AbstractLink component when disabled, render itself as a span. Is there some especific motivation for that ? I´m asking because I think that a component/element does not have to change itself in that way, its suposed to be a responsability of its holder, a