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. |
The constructor is not normally used by the user code.
Returns the HtmlLinkInfo which contains info about the cell clicked and the hyperlink it contains.
[This page automatically generated from the Textile source at 2023-06-13 21:31:41 +0000]