« Return to Thread: ObjectTable. How to customize TR attributes ?

Re: ObjectTable. How to customize TR attributes ?

by Alejandro Scandroli :: Rate this Message:

Reply to Author | View in Thread

Hi Toby,

For that level of customization (if 'class' attributes are not enough
for you) you will be better off with a plain tapestry table decomposed
to its internal lower level components.
http://tapestry.apache.org/tapestry4.1/tapestry-contrib/componentreference/table.html#Complicated%20Render

--
Alejandro Scandroli
Amneris: We build process-driven web applications.
http://www.amneris.es

On Dec 11, 2007 12:53 PM,  <superoverdrive@...> wrote:

> I would like to implement a "Web 2.0" kind of hover-over popup window using Javascript inside of an ObjectTable. Therefore I need to add additional TR attributes in the Table rows:
>
> <TR class="second" title="cssbody=[dvbdy1] cssheader=[dvhdr1] header=[<img src='img/info.png' style='vertical-align:middle'> Information] body=[Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tatio] fade=[on] fadespeed=[0.05]">
>
> What would be the best way to extend ObjectTable accordingly?
>
> Toby
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

 « Return to Thread: ObjectTable. How to customize TR attributes ?