Paul Klink

Results 128 comments of Paul Klink

Have a look at [https://github.com/golden-layout/golden-layout#learn](https://github.com/golden-layout/golden-layout#learn). Does the CodePen help? What other CodePen's would help? Yes - better documentation and examples are needed. Unfortunately there are no solid plans in place...

I think we need to create a new website. Probably the easiest way to do this is to use GitHub pages. Create a `website` folder in golden-layout repository and publish...

As discussed in #647 (near end), marking a component as not closable in the config, also makes it non-movable. However this is probably not what you want. Fixing this problem...

The 'responsive' transformation is triggered when: * GoldenLayout is constructed * A layout is loaded * The GoldenLayout size is set/updated Not sure what you mean by 'place my page...

* Create class `test` (your component type) * The function passed in `registerComponentFactoryFunction()` should return an instance of the class `test`. (That is, create an instance and return it) *...

Also please read #681 #647 (near end)

It should automatically work with "Virtual via Registration". I quickly tested it out with apitest and it seems to work. In what circumstances does it not work?

1. Install and start apitest as documented in [readme](https://github.com/golden-layout/golden-layout#build-and-run-demotest-app) 2. Select the "All" radio button under "Register Component Types" 3. Click the "Register Component Types" button. "Virtual via Registration" binding...

```ts this._goldenLayout.addEventListener('focus', (e) => { this.setComponentFocused((e.target as ComponentItem).component); }); ```

Hi @Andrew-Bx I do not think your requirements are niche at all. Let me expand upon your idea. Instead of splitting your view in 2, what about having panels on...