Skip to content

Commit 6ee53e3

Browse files
author
livecodesam
authored
Update revBrowserAddJavaScriptHandler.lcdoc
Changed two instances of `revOpenBrowser*` to `revBrowserOpen*`, added a reference.
1 parent 9ff2799 commit 6ee53e3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/dictionary/command/revBrowserAddJavaScriptHandler.lcdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ Security: network
1818

1919
Example:
2020
local tBrowserID
21-
put revOpenBrowserCef(the windowId \
21+
put revBrowserOpenCef(the windowId \
2222
of this stack, "http://www.livecode.com" ) into tBrowserID
2323
revBrowserAddJavaScriptHandler tBrowserID, "myLiveCodeHandler"
2424

2525
Parameters:
2626
instanceID:
27-
the ID of the browser instance returned by the revOpenBrowser function.
27+
the ID of the browser instance returned by the <revBrowserOpen> function.
2828

2929
handlerName:
3030
the name of a LiveCode handler in the script of the card / stack
@@ -65,7 +65,7 @@ handler via the registered function:
6565
References: revBrowserStop (command), revBrowserPrint (command),
6666
revBrowserSet (command), revBrowserMakeTextBigger (command),
6767
revBrowserNavigate (command), revBrowserRemoveJavaScriptHandler (command),
68-
revBrowserClose (command), revBrowserOpenCef (function),
68+
revBrowserClose (command), revBrowserOpen (function), revBrowserOpenCef (function),
6969
browserOver (message), browserNewInstance (message),
7070
browserNewUrlWindow (message), browserDownloadRequest (message),
7171
browserNavigateCompleteFrame (message)

0 commit comments

Comments
 (0)