Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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:
I want to switch places of "Get started" with "Welcome" so that "Welcome" is the first thing a user sees when logging in.
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.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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:
I want to switch places of "Get started" with "Welcome" so that "Welcome" is the first thing a user sees when logging in.
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:
Ordering tabs is as simple as swapping the tab elements about.
is working on a reply...