Re: listener not working for text onclick
Since you mention columns and rows I'm going to assume you're using
some sort of HTMLTable. Add a click handler to your table and once
you get the click event back pass it to the method
HTMLTable.getCellForEvent() to determine what was clicked.
On Jan 16, 5:23 am, gwt_dev <pankaj.i...@gmail.com> wrote:
> Hi,
> How do i call an listener when i click on html text. i want to show
> dailouge message when user click on specific column of any row.
> for ex i have 10 column and i want to show dialouge message box when
> click on selected column.
> it is working fine for button but not working with text.
> Thanks
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home