FlexLayout
FlexLayout copied to clipboard
Docking Layout Manager for React
Hi, i have a left border which has 2 tabs inside it and name is **myLeftBorder** i want to select second tab programmatically, i tried below code, ``` myModel._borders._borders[0]._attributes.selected =...
I believe this is related to a certain DOM structure which I haven't been able to nail down yet. What I do see is that TabSet.updateVisibleTabs is called after mount...
Hi FlexLayout owners, Thank you for developing the great component. I have been using this and also developed the Angular version of it. Apart from that, I also added some...
Hi, is there anyway to get selected tab ID with onSelectedTabchange event?
Hi, here is my border definition on program startup, It has 2 tabs in right border definition. `borders:[ { "type": "border", "location":"right", "size":500, "selected" : 0, "children": [ { "type":...
Great library, however, I'd like to embed the FlexLayout.Layout within normal components. Right now, something is setting the top to 0 for example, so the other elements I have on...
Hi! Is it possible to avoid the canvas to appear empty when all the tabs are put into a border? The demo in the fiddle repo in your documentation can...
How do you pass arguments to addNode that are then passed to the factory? assume you have some code that adds a tab ``` let args = { type:"tab", component:"MyComponent",...
**My scenerio:** I have a component that contains a React ContextProvider, and it gets rendered with my FlexLayout factory. What I want to do is edit the Tab name (with...
as the title says. In recent React versions, FlexLayout will show the following warning: ``` Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details....