-
Notifications
You must be signed in to change notification settings - Fork 3
Tab Panel
George Joseph edited this page Oct 20, 2019
·
1 revision
Derived from Element -> Panel.
A "tab_panel" is a plain panel with a little bit of extra behavior that creates a button in the menubar. These panels are usually children of a tabbed panel will usually contain the main content for your configuration. It will be hidden until the menubar button is clicked.
{
/*
* All attributes of Element and Panel apply here
*/
"type": "tab_panel",
/*
* The label for the menubar button.
*/
"menubar_label": "Main",
}