Hmm, as far as I know it's done a it like this;
You know that you have a property in your "Row", i.e. object which is called
whatever, say 'Name' for instance.
Then you block-override it within the table tags, like this;
<table jwcid="@contrib:Table" source="ognl:myListOfThings">
<span jwcid="[EMAIL PROTECTED]">
< what you would like to do />
</span>
</table>
This way, you can make a link out of a string, or replace a number with an
image, or both :)
I'm not sure about the mouseover, haven't done that, since I'm a N0ôb myself
:)
Cheers,
PS
On 3/16/06, Fabiano Choueiri <[EMAIL PROTECTED]> wrote:
>
>
>
> Hi all,
> How can I insert a event handler like
> "onmouseover='myJavaScriptFuncion()'"
> in the "<TR>" tag generated by the contrib:Table component.
>
> Like this : <tr onmouseover='myFunction()'>
>
> Thanks.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>