[ http://jira.codehaus.org/browse/DISPL-92?page=comments#action_53521 ] 

Emilio Dolce commented on DISPL-92:
-----------------------------------

With DISPL-267 you can manage onclick, onmouseover, onmouseout, and more !

> Add support for javascript events on <tr> elements
> --------------------------------------------------
>
>          Key: DISPL-92
>          URL: http://jira.codehaus.org/browse/DISPL-92
>      Project: DisplayTag
>         Type: New Feature

>   Components: HTML Generation
>     Versions: 1.0 RC1
>     Reporter: Maarten Coene

>
>
> Hi,
> we need to execute some javascript function when we click on a table row, but 
> there is no way to specify this with the curren taglib API.
> We need something similar like the standars struts html tags where you can 
> specify a javascript funtion for each event.
> For instance, it would be great if something like this could be added:
> <display:table onrowclick="myfunction(this);">
> ...
> </display>
> this could generate:
> <table>
> <tr onclick="myfunction(this);">
> ...
> </tr>
> <tr onclick="myfunction(this);">
> ...
> </tr>
> </table>
> the other javascript events could be handled simulary
> regards,
> Maarten

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to