This event class is used for the events generated by HtmlWindow.
To process an HtmlLinkEvent, use one of these event handler methods to direct an event to a block that takes a HtmlLinkEvent argument:
| evt_html_link_clicked(id) { | event | ... } | User clicked on an hyperlink. |
_hyperlink_event(Integer id, HtmlLinkInfo linkinfo)
The constructor is not normally used by the user code.
HtmlLinkInfo get_link_info()
Returns the HtmlLinkInfo which contains info about the cell clicked and the hyperlink it contains.
[This page automatically generated from the Textile source at Thu Aug 28 20:29:11 +0100 2008]