Zum Hauptinhalt gehen

Change tab order of home panel, toc, etc

Kommentare

4 Kommentare

  • Permanently deleted user

    Did you ever figure this out?

    0
  • Berend Veldkamp

    No, I never looked into this afterwards.

    That said, I'm sure it should be possible to do this using an ugly jQuery hack from a custom module: Search for .button-tab-strip > ul and rearrange the li elements inside.

    0
  • Permanently deleted user

    Changing the order of views in the "Shells" module in config JSON should allow you to reorder the tabs.

    0
  • Permanently deleted user
    To change the order of the tabs, you can change the ordering of the DataFrameViewContainerViewModel, in the "Shells" module.

     

    "ordering": {

     

        "HomePanelContainerView": 0,

     

        "DataFrameResultsContainerView": 1

     

    }

     

    to

     

    "ordering": {

     

        "DataFrameResultsContainerView": 0,

     

        "HomePanelContainerView": 1

     

    }

     

    Does that answer your question?
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.