docs: allowpopups attribute
authorCheng Zhao <zcbenz@gmail.com>
Tue, 22 Sep 2015 12:13:49 +0000 (20:13 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Tue, 22 Sep 2015 12:13:49 +0000 (20:13 +0800)
docs/api/web-view-tag.md

index 8eb3857ac97092f8f408bc2872797dfbde7ced25..7b4aa2ebf86c5bea6c8e298cc2f677e47d414027 100644 (file)
@@ -149,6 +149,14 @@ This value can only be modified before the first navigation, since the session
 of an active renderer process cannot change. Subsequent attempts to modify the
 value will fail with a DOM exception.
 
+### `allowpopups`
+
+```html
+<webview src="https://www.github.com/" allowpopups></webview>
+```
+
+If "on", the guest page will be allowed to open new windows.
+
 ## Methods
 
 The `webview` tag has the following methods:
@@ -496,7 +504,7 @@ Returns:
 * `url` String
 * `frameName` String
 * `disposition` String - Can be `default`, `foreground-tab`, `background-tab`,
-  `new-window` and `other`
+  `new-window` and `other`.
 
 Fired when the guest page attempts to open a new browser window.