-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
247 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,3 +94,8 @@ html,body | |
background-color: #ddd; | ||
border-radius: 0.5em; | ||
} | ||
|
||
small { | ||
color: gray; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
{ | ||
"global": { | ||
"tabEnableFloat": true, | ||
"tabSetEnableClose":true | ||
}, | ||
"layout": { | ||
"type": "row", | ||
"children": [ | ||
{ | ||
"type": "tabset", | ||
"weight": 12.5, | ||
"active": true, | ||
"children": [ | ||
{ | ||
"type": "tab", | ||
"name": "One", | ||
"helpText": "this tab has helpText defined", | ||
"component": "text", | ||
"config": { | ||
"text":"New:<ul><li>Help text (tooltip) option on tabs: <br><small>Hover over this tab button</small></li><li>Action to close tabset:<br><small>See added x button in this tabset</small></li><li>Intercept drag drop to allow dropping tabs into custom areas:<br><small>See Tab Storage tab<small></li></ul>" | ||
} | ||
}, | ||
{ | ||
"type": "tab", | ||
"name": "Two", | ||
"component": "grid" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "tabset", | ||
"weight": 25, | ||
"children": [ | ||
{ | ||
"type": "tab", | ||
"name": "Tab Storage", | ||
"component": "tabstorage" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"borders": [ | ||
{ | ||
"type": "border", | ||
"location": "bottom", | ||
"children": [ | ||
{ | ||
"type": "tab", | ||
"enableClose":false, | ||
"name": "Output", | ||
"component": "grid" | ||
}, | ||
{ | ||
"type": "tab", | ||
"enableClose":false, | ||
"name": "Terminal", | ||
"component": "grid" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "border", | ||
"location": "left", | ||
"children": [ | ||
{ | ||
"type": "tab", | ||
"enableClose":false, | ||
"name": "Navigation", | ||
"component": "grid" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "border", | ||
"location": "right", | ||
"children": [ | ||
{ | ||
"type": "tab", | ||
"enableClose":false, | ||
"name": "Options", | ||
"component": "grid" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.