From 689d919f8b4c15b93f6dac2697a36e9e33d610b8 Mon Sep 17 00:00:00 2001 From: Mauro Mandracchia Date: Wed, 22 Mar 2017 22:53:14 +0100 Subject: [PATCH] Fix #20 Provide extra information in how to handle panel visibility. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1dad7b0..9d4352a 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,9 @@ Adds a new Panel. | opacity | Number | Panel opacity | | dock | Boolean | (Experimental) Indicates whether the panel should be docked to either the left or right window border (depending on params.align), docked panels height equal window height, default: false | +**Panel Visibility** +Panel Visibility can be changed by using `controlKit.addPanel(options).disable()` or `controlKit.addPanel(options).enable()` + ###Group ####panel.addGroup(options)