AlterExistingPage AddTab

When adding a new tab to an existing page that already has tabs using alterexistingpages the new tab appears before the existing tabs.  Is there a way to specify the tab location in relation to the other tabs?

Comments

  • Dale,


    You can use sequence to specify the location of the new tab in relation to the existing tabs. Using a large number should always place it after existing tabs.


    <AddTab Sequence="9">


    -Pavan
  • Thank you so much!

Categories