Re: [Trinidad] tr:table skinning

2008-03-05 Thread Ravindra Adireddy
Hi cristi, Thanks for your reply. I need to implement this feature, i am ready to write a renderer can you help me please. thanks ravi On Tue, Mar 4, 2008 at 12:26 PM, Cristi Toth <[EMAIL PROTECTED]> wrote: > This is currently not supported by Trinidad skinning. > But it would imply some client

Re: [Trinidad] tr:table skinning

2008-03-03 Thread Cristi Toth
This is currently not supported by Trinidad skinning. But it would imply some client side programming also, like "onSelect add some class to tr, ...". If you really need it, I might help you in writing a custom renderer (it's not such a big deal). regards, On Tue, Mar 4, 2008 at 5:31 AM, Ravindra

[Trinidad] tr:table skinning

2008-03-03 Thread Ravindra Adireddy
Hi all Is it possible to highlight selected row in tr:table using table skinning, row can be selected by checkbox(rowASelection="multiple" ) or radio button (rowSelection="single"). Thanks ravi

[Trinidad] tr:table skinning

2008-01-21 Thread Ravindra Adireddy
Hi all How to highlight the column header with some color and which is sortable and currently sorted in ascending order or descending order. i am trying in following manner which is not working af|column::sortable-header-text th:active{ background-color:#797979; c