I've got a web site where four different kinds of data are shown, based on the tab selected below them.
Some of the tabs need shared controls. Sliders and the like. I don't want to duplicate them on multiple tabs, because that would require syncing also their runtime status all the time.
I presume I must make my own implementation for such a "tabs with shared contents". Anyone already had this need (and possibly solved it)?