perfect-gui 3.4.0 → 3.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/test/src/index.html +1 -0
package/package.json
CHANGED
package/test/src/index.html
CHANGED
|
@@ -198,6 +198,7 @@
|
|
|
198
198
|
<p>The <span class="code-inline">toggleClose()</span> method can be used to open / close a GUI panel.</p>
|
|
199
199
|
<p>Just like folders, GUI panels can be closed by default by setting the <span class="code-inline">close</span> option to <span class="code-inline">true</span>.</p>
|
|
200
200
|
<p>The <span class="code-inline">maxHeight</span> option can be used to define the maximum height of a panel beyond which scrolling is necessary. Default is the smallest value between the height of the window and the height of the container.</p>
|
|
201
|
+
<p>The <span class="code-inline">color</span> option can be used for both GUI panels and folders to customize their background color.</p>
|
|
201
202
|
|
|
202
203
|
<div id="container-4" class="container"></div>
|
|
203
204
|
|