Questions tagged [golden-layout]

Use for GoldenLayout, a multi-screen layout manager for webapps

Golden layout is an open-source multi-screen layout manager for webapps which can be integrated with AngularJS, Angular 2+, ReactJS, Webix, SlickGrid, Highcharts and YQL.

It can be obtained from the official Golden-Layout-website and the corresponding GIT project "Golden Layout". Noteworthy is a GIT project aiming to provide a complete solution for embedding golden-layout within an angular 6 application.

51 questions
2
votes
1 answer

A way to prevent Electron's WebView reload when Webview element is moved in containing DOM

I use GoldenLayout library with Electron's WebView elements. GoldenLayout manipulates the DOM moving WebView elements around, it is effectively cutting them from one place and pasting them in the other. That makes the Webviews (as well as IFrames)…
user961474
  • 299
  • 1
  • 5
  • 10
2
votes
1 answer

Angular 2 and golden layout height not issue - not accepting percentage height

I am facing a tough issue with angular 2 and golden layout component not accepting height as percentage. (but styling the width to 100% works). Any help is much appreciated. Plunker as in here : http://plnkr.co/edit/tUQOev?p=preview @Component({ …
Everything Matters
  • 2,672
  • 4
  • 25
  • 42
1
vote
1 answer

GoldenLayout(ipygoldenlayout): How to programmatically change Tabs?

I'm trying to find a way to programmatically change tabs in ipyGoldenLayout. Is there any way I could do it? import ipyvuetify as v from traitlets import Unicode from ipygoldenlayout import GoldenLayout gl = GoldenLayout() class…
1
vote
1 answer

Is there a way to get Golden Layout pop-outs working in conjunction with Electron windows?

I'm working on a JHipster application that I'm trying to get functioning in Electron. I have Golden Layout for window/pane management and cross-pane communication. I am having several problems with the combination of technologies, including: I…
1
vote
0 answers

setTitle of stack component - Golden Layout

I use Golden Layout, so I want to change title of a specific stack component. When I add for example 2 stacks with 2 inputs and I change the title of the last element, the title changes in all the elements not in a specific stack. here's the…
SMO
  • 33
  • 3
1
vote
0 answers

How to use glEventHub in angular components

It's possible to use glEventHub in Reactjs to manipulate tabs with regard design changes and other events as well, which I could not achieve in angular. Reactjs Example: let config={...} var myLayout = new GoldenLayout( config ); …
shoban m.r
  • 36
  • 6
1
vote
0 answers

Golden Layout Dynamic Tabs - Data change on click

I have created React.js Project with Golden Layout. As you see the image below it's possible to open up three other sub windows by clicking first "View Button", but when I click the second view button the data does not change, I am not able to find…
Thomson Ignesious
  • 689
  • 1
  • 8
  • 25
1
vote
0 answers

Kendo Grid within the goldenlayout container

I'm trying to implement KendoGrid to appear within the Goldenlayout container but haven't been able to do so successfully. The Grid appears outside of the container and on the top of the page, while the Goldenlayout containers initialize and appear…
Ali
  • 53
  • 2
  • 7
1
vote
2 answers

Trying to work with openlayers, Golden Layout, reactjs. But openlayers map only show in 1 window of golden-layout not in other

Trying to work with openlayers,reactjs and golden-layout. Golden-layout configuration is one row with two "react-components" inside it. Openlayers does render map in one "react-component" of golden-layout but not in other "react-component". Here is…
yasir
  • 514
  • 3
  • 6
1
vote
2 answers

How to add ReactDom to global namespace in Meteor

How can I add ReactDOM as a globally accessible variable in Meteor? So it can be used by other 3rd party libraries in Meteor? Background info, Meteor is a web application framework that simplifies the development process and provides additional…
ArmenB
  • 2,125
  • 3
  • 23
  • 47
1
vote
1 answer

Python web layout library like Golden Layout

Golden Layout seems to be a really interesting JS layout library. For an app currently developed in Flask, is there anything similar in Python that would integrate well with Flask?
Paulo Matos
  • 1,614
  • 17
  • 23
1
vote
2 answers

How to hide the particular tab header of goldenLayout

myLayout.config.settings.hasHeaders = false; I am using this one, but this is hiding all tab headers. I need to hide particular tab header only? Please help me.
Raviraj reddy
  • 169
  • 1
  • 1
  • 5
1
vote
0 answers

React this.props.children versus createReactClass

I have the following code that works: let registered = []; React.Children.forEach(this.props.children, (child) => { let name = child.type.name; if (registered.indexOf(name) === -1) { …
Fay
  • 173
  • 13
1
vote
0 answers

How to include and use Golden Layout on Angular 2 using ng2-admin theme and folder structure

I'm new to Angular 2 and including Golden Layout on the Dashboard of a project has been a hassle. I'm using ng2-admin theme and would not like to change the folder structure. http://akveo.com/ng2-admin/#/pages/dashboard How can I accomplish this…
Sanjay79
  • 77
  • 9
1
vote
1 answer

Golden Layout | Error: ng:btstrpd App Already Bootstrapped with this Element

I am using goldenlayout with angualrJS. I am facing below exception: Error: ng:btstrpd App Already Bootstrapped with this Element on execution of this line of code myGoldenLayout.on('initialised', function () { …
Shafaq Kazmi
  • 215
  • 1
  • 3
  • 12