Class gui.HyperlinkTooltipView
Defined in: HyperlinkTooltipView.js.
Constructor Attributes | Constructor Name and Description |
---|---|
gui.HyperlinkTooltipView(odfCanvas, getActiveModifier)
|
Method Attributes | Method Name and Description |
---|---|
destroy(callback)
Destroy the object.
|
|
<inner> |
getHint()
|
<inner> |
getHyperlinkElement(node)
|
Hide the tooltip
|
|
<inner> |
init()
|
showTooltip(e)
Show the tooltip
|
Class Detail
gui.HyperlinkTooltipView(odfCanvas, getActiveModifier)
- Parameters:
- {!odf.OdfCanvas} odfCanvas
- {!function():!number} getActiveModifier
- Get the currently active hyperlink click handler modifier
Method Detail
{undefined}
destroy(callback)
Destroy the object.
Do not access any member of this object after this call.
- Parameters:
- {function(!Error=):undefined} callback
- Returns:
- {undefined}
<inner>
{!string}
getHint()
- Returns:
- {!string}
<inner>
{?Element}
getHyperlinkElement(node)
- Parameters:
- {?Node} node
- Returns:
- {?Element}
{undefined}
hideTooltip()
Hide the tooltip
- Returns:
- {undefined}
<inner>
{undefined}
init()
- Returns:
- {undefined}
{undefined}
showTooltip(e)
Show the tooltip
- Parameters:
- {!Event} e
- Returns:
- {undefined}