FlexLayout
FlexLayout copied to clipboard
Docking Layout Manager for React
I have the following layout model: `var json: IJsonModel = { global: {}, borders: [], layout: { type: "row", weight: 100, children: [ { type: "tabset", weight: 50, id: "test",...
Hi, I am evaluating FlexLayout as a potential replacement for GoldenLayout in my application. My application makes very extensive use of popouts. I've noticed in the demo that when you...
How do I do this when I switch different tabs in tabset, the tab inside the border can be hidden or displayed?
I'd like to create a fixed tab that cannot be resized (or maximized etc.) Is it possible to configure that? And if so, how would I do that? Thanks in...
 How can I implement this layout.. I have try > "type: "border" inside children .... but It does not render it as children
The current system for popout windows is a bit flawed for a few reasons: - You can't control the lifecycle of the windows or how they are opened - You...
Is there `maximize` event for node? I need to pass size on panel maximized, `resize` event not triggering.
I absolutely love flexlayout's drag and drop system. It's one of the most beautiful of any library I've ever used. I would love to be able to use it for...
I would like to be able to handle onContextMenu (eg right-click) events for TabSetNode and/or individual TabNode
When the layout has nothing in it (i.e. is a single Row containing an empty TabSet), adding a tab to that via `model.doAction(Actions.addNode({/* ... */}, tabset.getId(), DockLocation.CENTER, (tabset.getSelected() ?? -1)...