You could also use a attribute modifer...
regards Nino
Andrew Broderick wrote:
Hi,
I want to put a title attribute in a td tag. However, my markup would then look
like this:
" > blah blah
Now, I know I could output the with a label and set escaping to false,
thus passing the markup thro
> From: Igor Vaynberg [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 28, 2008 3:42 PM
> To: users@wicket.apache.org
> Subject: Re: newbie title attribute question
>
>
>
> add(new webmarkupcontainer("td") { oncomponenttag(tag) {
> tag.getattributes().put
Sent: Friday, March 28, 2008 3:42 PM
To: users@wicket.apache.org
Subject: Re: newbie title attribute question
add(new webmarkupcontainer("td") { oncomponenttag(tag) {
tag.getattributes().put("title","foo"); }}
-igor
On Fri, Mar 28, 2008 at 1:14 PM, Andrew Broderi
add(new webmarkupcontainer("td") { oncomponenttag(tag) {
tag.getattributes().put("title","foo"); }}
-igor
On Fri, Mar 28, 2008 at 1:14 PM, Andrew Broderick <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I want to put a title attribute in a td tag. However, my markup would then
> look like this:
>
> "
Hi,
I want to put a title attribute in a td tag. However, my markup would then look
like this:
" > blah blah
Now, I know I could output the with a label and set escaping to false,
thus passing the markup through to the browser. However, that would mean that
everything inside it would also