You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creates a new resizable panel beneath the editor area and above the status bar footer. Panel is initially invisible.
72
94
The panel's size & visibility are automatically saved & restored as a view-state preference.
73
95
@@ -77,7 +99,20 @@ The panel's size & visibility are automatically saved & restored as a view-state
77
99
| --- | --- | --- |
78
100
| id | <code>string</code> | Unique id for this panel. Use package-style naming, e.g. "myextension.feature.panelname" |
79
101
| $panel | <code>jQueryObject</code> | DOM content to use as the panel. Need not be in the document yet. Must have an id attribute, for use as a preferences key. |
80
-
|[minSize]| <code>number</code> | Minimum height of panel in px. |
102
+
|[minSize]| <code>number</code> |@deprecated No longer used. Pass `undefined`. |
103
+
|[title]| <code>string</code> | Display title shown in the bottom panel tab bar. |
0 commit comments