One approach I would suggest is using combination of java script and css.
The tabs are rendered as <Li> tags, once you click a tag Mendix appends class – ‘active’ to that, you can use java script to get the contents in the child of li with a class – ‘Active’ and then you can copy this to a dummy placed on top.
https://stackoverflow.com/questions/20173101/copy-the-content-of-a-div-into-another-div