Hi,

I am migrating a FlexTable to a CellTable. In the old table I have a column 
with actions that one can execute on the current row, e. g. "open, edit, 
delete".

The actions are HTML anchors with a clickHandler. In the old code I just 
put all anchors into a HorizontalPanel and put this into the table.

I tried to add such a panel into the CellTable by adding the result of 
Panel.toString to a SafeHtml.
However, the anchors appear, but nothing happens when you click one.

What can I do?

(I would like to have all anchors in a single cell.)

Thanks
Magnus




-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/nk4__GwYdlkJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to