Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Paul Lagmark 65 posts 140 karma points
    Jul 23, 2015 @ 14:53
    Paul Lagmark
    0

    Change order of tabs at "Content"

    Hi!

    I want to change the order of the tabs in the Content-section where the welcome sceen is.

    This image illustrates what I mean:

    enter image description here

    I want to switch places of "Get started" with "Welcome" so that "Welcome" is the first thing a user sees when logging in.

  • Mark 255 posts 612 karma points
    Jul 23, 2015 @ 15:24
    Mark
    1

    Check out /config/dashboard.config

    I usually edit this at the start of each new project. I normally add in a "welcome" tab via a new html file and reference it like this:

        <tab caption="Welcome">
            <control showOnce="true" addPanel="true" panelCaption="">
                views/dashboard/content/welcome.html
            </control>
        </tab>
    

    Ordering tabs is as simple as swapping the tab elements about.

Please Sign in or register to post replies

Write your reply to:

Draft