Creating new tab / switching between Tabs in Firefox?

前端 未结 8 800
感动是毒
感动是毒 2021-01-16 08:14

I am looking for a way to improve the workflow in a PHP based CMS. There is a lot of switching between the editor mode and the preview mode of the page. The editor mode is h

8条回答
  •  独厮守ぢ
    2021-01-16 08:54

    What about using iframes and JavaScript?

    I know you said you want to avoid 'confusion using iframes', but in my opinion if you really need to load different pages at the same time this is the best option.

    In theory, you could create your own tab system using javascript or even better, using jQuery, because its UI module offers pretty cool tab control.

    For every tab you could load separate "headerless-footerless" version of your specific admin page inside