FlexLayout icon indicating copy to clipboard operation
FlexLayout copied to clipboard

how to show/hide tabset

Open xushuosean opened this issue 2 years ago • 4 comments

Discussed in https://github.com/caplin/FlexLayout/discussions/330

Originally posted by xushuosean August 17, 2022 hi,i'd like to control the show/hide of tabset. Is there any API that can achieve the purpose. Thanks for any assistance.

xushuosean avatar Aug 17 '22 09:08 xushuosean

add/remove is the only way to do this

varnguyen avatar Aug 19 '22 03:08 varnguyen

add/remove is the only way to do this

How to add TabSet? is it by addNode API?

xushuosean avatar Aug 22 '22 02:08 xushuosean

add/remove is the only way to do this

How to add TabSet? is it by addNode API?

if add a new tab to a tabset right,will got a tabset but cannot spec id

xushuosean avatar Aug 22 '22 02:08 xushuosean

add/remove is the only way to do this

How to add TabSet? is it by addNode API?

if add a new tab to a tabset right,will got a tabset but cannot spec id

thanks,use setOnCreateTabSet API can spec id and other config on tabset

xushuosean avatar Aug 22 '22 03:08 xushuosean