Re: Remove underline in OrderByBorder link

2008-08-07 Thread Igor Vaynberg
afaik it already does that :)

-igor

On Wed, Aug 6, 2008 at 11:38 PM, Erik van Oosten <[EMAIL PROTECTED]> wrote:
> I think his problem is how to set add the class attribute. In addition,
> he probably want another class for each sort direction.
>
> Erik.
>
> [EMAIL PROTECTED] wrote:
>> td.mycss a { text-decoration: none;}
>>
>> -Igor
>>
>>
>> On 8/6/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>>
>>> Erik:
>>>
>>> Thx, I agree.but how do I set the CSS for the link in the border and
>>> have that CSS changed when the sort changes?   By default the link has a
>>> void CSS while the Border CSS manages the sort changes, and I am not sure
>>> how to manage the link CSS.  The OrderByBorder hieracharchy is:
>>>
>>> Border (with CSS modifier)
>>>   --link (void CSS modifier)
>>>
>>> Which renders as
>>>
>>>  
>>>  .
>>>
>>> I haven't found an easy way to get to and manager the link part.
>>>
>>> If you have any ideas, let me know.
>>>
>>> Thx again,
>>>
>>> Joe C
>>>
>>>
> --
> Erik van Oosten
> http://day-to-day-stuff.blogspot.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: Remove underline in OrderByBorder link

2008-08-06 Thread Erik van Oosten
I think his problem is how to set add the class attribute. In addition,
he probably want another class for each sort direction.

 Erik.

[EMAIL PROTECTED] wrote:
> td.mycss a { text-decoration: none;}
>
> -Igor
>
>
> On 8/6/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>   
>> Erik:
>>
>> Thx, I agree.but how do I set the CSS for the link in the border and
>> have that CSS changed when the sort changes?   By default the link has a
>> void CSS while the Border CSS manages the sort changes, and I am not sure
>> how to manage the link CSS.  The OrderByBorder hieracharchy is:
>>
>> Border (with CSS modifier)
>>   --link (void CSS modifier)
>>
>> Which renders as
>>
>>  
>>  .
>>
>> I haven't found an easy way to get to and manager the link part.
>>
>> If you have any ideas, let me know.
>>
>> Thx again,
>>
>> Joe C
>>
>> 
--
Erik van Oosten
http://day-to-day-stuff.blogspot.com/



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



Re: Remove underline in OrderByBorder link

2008-08-06 Thread igor . vaynberg
td.mycss a { text-decoration: none;}

-Igor


On 8/6/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Erik:
>
> Thx, I agree.but how do I set the CSS for the link in the border and
> have that CSS changed when the sort changes?   By default the link has a
> void CSS while the Border CSS manages the sort changes, and I am not sure
> how to manage the link CSS.  The OrderByBorder hieracharchy is:
>
> Border (with CSS modifier)
>   --link (void CSS modifier)
>
> Which renders as
>
>   
>   .
>
> I haven't found an easy way to get to and manager the link part.
>
> If you have any ideas, let me know.
>
> Thx again,
>
> Joe C
>
> -Original Message-
> From: Erik van Oosten [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 06, 2008 3:09 AM
> To: users@wicket.apache.org
> Subject: Re: Remove underline in OrderByBorder link
>
> Best approach IMHO would be through css.
>
> Regards,
> Erik.
>
>
> [EMAIL PROTECTED] wrote:
>> I was wondering if there was an easy way to remove the underline for the
>> link in the OrderByBorder component.
>>
>> More generally, can someone point me in the right direction to change the
>> style and behavior for the link ( tag) in the OrderByBorder?  I am
> trying
>> to:
>>
>> 1.  remove the underline
>> 2.  add a sort icon for asc and desc sorts
>>
>> I have started down the path of extending the OrderByBorder, but am not
> sure
>> if this is the best approach.   Any guidance would be great.
>>
>> Thx,
>>
>> Joe C
>>
>>
>
>
> -
> 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: Remove underline in OrderByBorder link

2008-08-06 Thread JCelano
Erik:

Thx, I agree.but how do I set the CSS for the link in the border and
have that CSS changed when the sort changes?   By default the link has a
void CSS while the Border CSS manages the sort changes, and I am not sure
how to manage the link CSS.  The OrderByBorder hieracharchy is:

Border (with CSS modifier)
  --link (void CSS modifier)

Which renders as
   

.

I haven't found an easy way to get to and manager the link part.

If you have any ideas, let me know.

Thx again,

Joe C

-Original Message-
From: Erik van Oosten [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 06, 2008 3:09 AM
To: users@wicket.apache.org
Subject: Re: Remove underline in OrderByBorder link

Best approach IMHO would be through css.

Regards,
Erik.


[EMAIL PROTECTED] wrote:
> I was wondering if there was an easy way to remove the underline for the
> link in the OrderByBorder component.
>
> More generally, can someone point me in the right direction to change the
> style and behavior for the link ( tag) in the OrderByBorder?  I am
trying
> to:
>
> 1.  remove the underline
> 2.  add a sort icon for asc and desc sorts
>
> I have started down the path of extending the OrderByBorder, but am not
sure
> if this is the best approach.   Any guidance would be great.
>
> Thx,
>
> Joe C
>
>   


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


Re: Remove underline in OrderByBorder link

2008-08-06 Thread Erik van Oosten

Best approach IMHO would be through css.

Regards,
   Erik.


[EMAIL PROTECTED] wrote:

I was wondering if there was an easy way to remove the underline for the
link in the OrderByBorder component.

More generally, can someone point me in the right direction to change the
style and behavior for the link ( tag) in the OrderByBorder?  I am trying
to:

1.  remove the underline
2.  add a sort icon for asc and desc sorts

I have started down the path of extending the OrderByBorder, but am not sure
if this is the best approach.   Any guidance would be great.

Thx,

Joe C

  



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



Remove underline in OrderByBorder link

2008-08-05 Thread JCelano
I was wondering if there was an easy way to remove the underline for the
link in the OrderByBorder component.

More generally, can someone point me in the right direction to change the
style and behavior for the link ( tag) in the OrderByBorder?  I am trying
to:

1.  remove the underline
2.  add a sort icon for asc and desc sorts

I have started down the path of extending the OrderByBorder, but am not sure
if this is the best approach.   Any guidance would be great.

Thx,

Joe C