From: Cheng Zhao Date: Wed, 29 Apr 2015 02:28:42 +0000 (+0800) Subject: docs: disable-auto-hide-cursor option X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75b24c7d7671c12699ec1a4dc8c07e2edd172b29;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git docs: disable-auto-hide-cursor option --- diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 8e6262e..e4cec40 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -54,9 +54,10 @@ You can also create a window without chrome by using * `frame` Boolean - Specify `false` to create a [Frameless Window](frameless-window.md) * `node-integration` Boolean - Whether node integration is enabled, default - is `true` + is `true` * `accept-first-mouse` Boolean - Whether the web view accepts a single - mouse-down event that simultaneously activates the window + mouse-down event that simultaneously activates the window + * `disable-auto-hide-cursor` Boolean - Do not hide cursor when typing * `auto-hide-menu-bar` Boolean - Auto hide the menu bar unless the `Alt` key is pressed. * `enable-larger-than-screen` Boolean - Enable the window to be resized larger