projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a5269e
)
Fix formatting of print and printToPDF methods
author
Petr Felzmann
<petr.felzmann@profiq.com>
Mon, 17 Aug 2015 08:52:10 +0000
(10:52 +0200)
committer
Petr Felzmann
<petr.felzmann@profiq.com>
Mon, 17 Aug 2015 08:52:10 +0000
(10:52 +0200)
docs/api/web-view-tag.md
patch
|
blob
|
history
diff --git
a/docs/api/web-view-tag.md
b/docs/api/web-view-tag.md
index
07d8432
..
f8490b6
100644
(file)
--- a/
docs/api/web-view-tag.md
+++ b/
docs/api/web-view-tag.md
@@
-315,11
+315,11
@@
Executes editing command `replace` in page.
Executes editing command `replaceMisspelling` in page.
-### `<webview>
.print([options])`
+### `<webview>
`.print([options])
Prints webview's web page. Same with `webContents.print([options])`.
-### `<webview>
.printToPDF(options, callback)`
+### `<webview>
`.printToPDF(options, callback)
Prints webview's web page as PDF, Same with `webContents.printToPDF(options, callback)`