diff options
Diffstat (limited to 'documentation/layout')
-rw-r--r-- | documentation/layout/layout-sub-window.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/layout/layout-sub-window.asciidoc b/documentation/layout/layout-sub-window.asciidoc index 972cb00ae9..f8d8fbef17 100644 --- a/documentation/layout/layout-sub-window.asciidoc +++ b/documentation/layout/layout-sub-window.asciidoc @@ -71,7 +71,7 @@ corner of the window. The button is controlled by the __closable__ property, so you can disable it with [methodname]#setClosable(false)#. You can also use keyboard shortcuts for closing a sub-window. You can manage the shortcuts with the [methodname]#addCloseShortcut()#, [methodname]#removeCloseShortcut()#, [methodname]#removeAllCloseShortcuts()#, -[methodname]#hasCloseShortcut()# and [methodname]#getCloseShortcuts()# methods. +[methodname]#hasCloseShortcut()#, and [methodname]#getCloseShortcuts()# methods. You close a sub-window also programmatically by calling the [methodname]#close()# for the sub-window, typically in a click listener for an |