cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to implement client-side tabs and switch between different document types via tab menu

stan_
Champ in-the-making
Champ in-the-making

I have to implement tab menu with closable tabs. One of the solutions is to add tab menu in the main template and keep set of different links to each tab content in session scope. But that solution does not allow to keep client-side actions/changes and they are lost after tab switch (e.g. edit of tinyMCE field without save and the switching to another tab loses all information about undo/redo).

So is it possible to implement such tabs that are client-side and reload the backend data via AJAX (navigationContext etc.)?

1 REPLY 1

Benjamin_Jalon1
Elite Collaborator
Elite Collaborator

Welcome Stan