diff options
Diffstat (limited to 'api/jsapi.txt')
-rw-r--r-- | api/jsapi.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/api/jsapi.txt b/api/jsapi.txt index 97b6dc43..0de6b314 100644 --- a/api/jsapi.txt +++ b/api/jsapi.txt @@ -2348,25 +2348,6 @@ _frame_;; The frame **** **** -[[hoveringOverLink]] -[float] -==== *hoveringOverLink* ==== - -[source,javascript] ----- -void callback(webview, json) ----- - -Emitted when the mouse is over a link - - :: - -_webview_;; The webview that emitted the signal -_json.uri_;; The uri of the link or +null+ if there is no link under the pointer, i.e. the pointer left a link -_json.title_;; The link's title or +null+ if the pointer left a link -**** - -**** [[keyPress]] [float] ==== *keyPress* ==== |