@@ -18,13 +18,13 @@ Security: network
1818
1919Example:
2020local tBrowserID
21- put revOpenBrowserCef (the windowId \
21+ put revBrowserOpenCef (the windowId \
2222 of this stack, "http://www.livecode.com" ) into tBrowserID
2323revBrowserAddJavaScriptHandler tBrowserID, "myLiveCodeHandler"
2424
2525Parameters:
2626instanceID:
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
2929handlerName:
3030the name of a LiveCode handler in the script of the card / stack
@@ -65,7 +65,7 @@ handler via the registered function:
6565References: revBrowserStop (command), revBrowserPrint (command),
6666revBrowserSet (command), revBrowserMakeTextBigger (command),
6767revBrowserNavigate (command), revBrowserRemoveJavaScriptHandler (command),
68- revBrowserClose (command), revBrowserOpenCef (function),
68+ revBrowserClose (command), revBrowserOpen (function), revBrowserOpenCef (function),
6969browserOver (message), browserNewInstance (message),
7070browserNewUrlWindow (message), browserDownloadRequest (message),
7171browserNavigateCompleteFrame (message)
0 commit comments