I have a cell that contains some text. I would like to create links within the text that are clickable.
"For, example
abc and
xyz should be links."
I figured on using InlineLabel to create the links within the text. However, since the whole thing is a cell I can't click on the individual label/links.
1) Is there a way to turn off "click grabbing" at the CellList level, so my inner links will work? I also need to know which one was clicked? How?
2) Is InlineLabel really the appropriate widget to use (I just want to take an action on the page, not leave the page)?
J