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
0
votes
2 answers

Golden-layout , Having issues while adding items dynamically

Please see the issue: function newLayOutObj() { var config = { settings: { "hasHeaders": true, "constrainDragToContainer": false, "reorderEnabled": false, "selectionEnabled":…
Rahul
  • 41
  • 1
  • 6
0
votes
1 answer

Using Slickgrid Dataview in Goldenlayout

I can use Slickgrid with normal grids in GoldenLayout. However, I am trying to implement Dataview and I'm having trouble with the onRowCountChanged.subscribe event: var StockGridComponent = function (container, state) { this._dataView = new…
jackofnone
  • 25
  • 6
0
votes
0 answers

How to make golden-layout plunker work?

I was looking at this golden-layout with angular 2 plunker. The files on plunker are not sufficient to replicate the output. How can I make this plunker runnable? What are the else config files required to run the plunker? I am new to angular, any…
Prashant Prabhakar Singh
  • 1,120
  • 4
  • 15
  • 33
0
votes
1 answer

Property 'registerComponent' does not exist on type 'ElementRef'

I was trying to work on golden-layout with angular2. I followed this plunker, but I got following errors: Property 'registerComponent' does not exist on type 'ElementRef'. Property 'eventHub' does not exist on type 'ElementRef'. Property'init'…
Prashant Prabhakar Singh
  • 1,120
  • 4
  • 15
  • 33
0
votes
0 answers

export 'DynamicComponentLoader' was not found in '@angular/core

I am new to angular2 ( even don't know angular). In was working with golden layout and ag-grid. I need to use DynamicComponentLoader so I used: import {ApplicationRef, Directive, ElementRef, Input, DynamicComponentLoader, ComponentRef, Injector}…
Prashant Prabhakar Singh
  • 1,120
  • 4
  • 15
  • 33
0
votes
1 answer

Golden layout popouts with AngularJS

I am using golden layout in single page application. Golden layout normal 'open in new window' works pretty well (https://jsfiddle.net/shafaq_kazmi/xs5r6mma/6/) var myLayout = new GoldenLayout({ content: [] },…
Shafaq Kazmi
  • 215
  • 1
  • 3
  • 12
1 2 3
4