Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var goldenlayout_config = {
- content: [{
- type: 'column',
- content: [{
- type: 'row',
- content: [{
- type: 'column',
- content: [{
- type: 'component',
- componentName: 'Main',
- isClosable: false,
- tooltip: 'Main - drag to desired position.',
- componentState: {
- cssClass: 'content',
- types: 'untagged',
- updateMethod: 'newlines',
- },
- }, {
- type: 'component',
- componentName: 'input',
- id: 'inputComponent',
- height: 10,
- tooltip: 'Input - The last input in the layout is always the default.',
- }, {
- type: 'component',
- componentName: 'input',
- id: 'inputComponent',
- height: 10,
- isClosable: false,
- tooltip: 'Input - The last input in the layout is always the default.',
- }]
- }, {
- type: 'column',
- content: [{
- type: 'component',
- componentName: 'mycomponent',
- componentId: 'evennia',
- title: 'example',
- height: 60,
- isClosable: false,
- componentState: {
- types: 'mapout',
- updateMethod: 'newlines',
- },
- }, {
- type: 'component',
- componentName: 'evennia',
- componentId: 'evennia',
- title: 'sheet',
- isClosable: false,
- componentState: {
- types: 'sheet',
- updateMethod: 'replace',
- },
- }],
- }],
- }]
- }]
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement