src/eric7/Documentation/Source/eric7.WebBrowser.StatusBar.JavaScriptIcon.html

branch
eric7
changeset 10684
58c7f23ae1cb
parent 10479
856476537696
equal deleted inserted replaced
10683:779cda568acb 10684:58c7f23ae1cb
101 reference to the web browser window 101 reference to the web browser window
102 </dd> 102 </dd>
103 </dl> 103 </dl>
104 <a NAME="JavaScriptIcon.__navigationRequestAccepted" ID="JavaScriptIcon.__navigationRequestAccepted"></a> 104 <a NAME="JavaScriptIcon.__navigationRequestAccepted" ID="JavaScriptIcon.__navigationRequestAccepted"></a>
105 <h4>JavaScriptIcon.__navigationRequestAccepted</h4> 105 <h4>JavaScriptIcon.__navigationRequestAccepted</h4>
106 <b>__navigationRequestAccepted</b>(<i>url, navigationType, isMainFrame, page</i>) 106 <b>__navigationRequestAccepted</b>(<i>url, _navigationType, isMainFrame, page</i>)
107 <p> 107 <p>
108 Private method to handle the navigationRequestAccepted signal. 108 Private method to handle the navigationRequestAccepted signal.
109 </p> 109 </p>
110 110
111 <dl> 111 <dl>
112 112
113 <dt><i>url</i> (QUrl)</dt> 113 <dt><i>url</i> (QUrl)</dt>
114 <dd> 114 <dd>
115 URL being loaded 115 URL being loaded
116 </dd> 116 </dd>
117 <dt><i>navigationType</i> (QWebEnginePage.NavigationType)</dt> 117 <dt><i>_navigationType</i> (QWebEnginePage.NavigationType)</dt>
118 <dd> 118 <dd>
119 type of navigation request 119 type of navigation request (unused)
120 </dd> 120 </dd>
121 <dt><i>isMainFrame</i> (bool)</dt> 121 <dt><i>isMainFrame</i> (bool)</dt>
122 <dd> 122 <dd>
123 flag indicating a navigation request of the 123 flag indicating a navigation request of the
124 main frame 124 main frame

eric ide

mercurial