Jason Suplizio wrote:

>Andy,
>Does your component FilteringTable allow customizing table (column widths,
>  
>
I think that Column widths can be customized using css (even in
contrib:Table).
The generated html is
<th class="CountryColumnHeader">...</th> <th
class="LanguageColumnHeader">...</th>
so you just have to style those classes.
In a similar component I once built for .Net, I had allowed a widths
property,
to be used like widths="20% 10% 40% 30%", but this is not implemented
for FilteringTable.

>the sorting arrow gifs, 
>
Again, as in contrib:Table, there are arrowUpAsset and arrowDownAsset
parameters to allow such customization.

>placement of page navigation,
>
Currently contrib:Table puts in on top and FilteringTable puts in both
on top and on the bottom. Maybe this could be
parametrized. In FilteringTable however, the navigations are inside a
span class="top" and span class="bottom" so you can
hide any of them with a css rule.

> etc) ...most
>importantly, can I use 1+ instances of your component on the same page?
>
>If anyone knows of a component like TableView that allows 1+ instances of
>the component on a single page, I'd appreciate hearing about it.
>
>Thanks!
>Jason
>
>
>On 11/5/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>  
>
>>Αρχικό μήνυμα από Kent Tong <[EMAIL PROTECTED]>:
>>
>>    
>>
>>>Peter Truong <ptruong <at> visionmax.com <http://visionmax.com>> writes:
>>>
>>>      
>>>
>>>>I was wondering if anyone can tell me exactly how to implement the low
>>>>        
>>>>
>>>level
>>>      
>>>
>>>>table components. Basically i
>>>>want to put a second page navigation tool at the bottom of my table.
>>>>        
>>>>
>>>Use a TableView and put your navigation tool in it.
>>>      
>>>
>>Also, take a look at the FilteringTable of http://tapfx.sf.net (and grab
>>the
>>source).
>>The demo page is
>>http://andyhot.di.uoa.gr/tapfx/app?service=page/FilteringTable
>>
>>
>>    
>>
>>>--
>>>Author of a book for learning Tapestry (http://www.agileskills2.org/EWDT
>>>      
>>>
>>)
>>    
>>
>>>---------------------------------------------------------------------
>>>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]
>>
>>
>>    
>>

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

Reply via email to