Uh... maybe I'm missing something here, but if you're using the table
component... why not just use the "arrowUpAsset" and the
"arrowDownAsset" parameters? Give it an asset and it will use your
images instead... you can save yourself having to specify your assets
constantly by creating a custom table component which entirely wraps the
table component, but specifies your assets by default for the arrowUp
and arrowDown... Table is really just passing these values on to the
TableColumns component, so if you're using pieces of the table instead
of the table, pass your assets to that component.

Robert


> 
>>Hi folks,
>>
>>Is there a nice way to replace the 2 (green arrows) GIF images defined
>>in the SimpleTableColumnComponent specification (used to display the
>>sort order, next to the column header), other than hacking the contrib
>>jar, that is, replacing those 2 GIF files?
>>
>>I'd like to use the contrib jar "as is", and I don't see a *simple*
>>solution to this. 
>>
>>Subclassing the contrib:Table component would imply modifying several
>>classes and page specification files, in order to specify another page
>>specification for the SimpleTableColumnComponent component, where the
>>GIF images are defined. Isn't there a simpler way?
>>
>>Thanks in advance.
>>
>>/Martin
>>
>>
>>---------------------------------------------------------------------
>>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