How to add extra 'About' in HeaderController

597
1
01-23-2011 05:05 PM
TravisGoad
New Contributor
I want to have an additional 'About' link so I can add more textual information thats easily accessable in the Header Bar.

HeaderController Widget only allows for a single 'About' link.

How do I add more?

Thanks!
Tags (2)
0 Kudos
1 Reply
JonFisher
New Contributor III
The easiest option is just to have HeaderController configured to open with multiple links (so that once they click on "About/Help" they get options to click for a help page, or basic info about the map, or metadata, or whatever).

Otherwise you would need to edit HeaderControllerWidget.mxml, and near the bottom copy/paste the link hbox. You would then either need to manually type in the content you want to serve, or modify your xml file to have two sets of data, and the mxml to be able to parse them out separately and put each one in its own linkbox.
0 Kudos