HeaderController widget tags
This page describes an older version, please read about the latest version at:
http://resources.arcgis.com/en/help/flex-viewer/concepts/
http://resources.arcgis.com/en/help/flex-viewer/concepts/
Configuration file for HeaderController Widget
The general structure of the HeaderController widget configuration file is shown by the conceptual graphic below.
The file is defined by a <configuration> tag that identifies it as a configuration file for the Viewer.
It has the following child tags:
-
<about> - Contains the
About information dialog window for the Viewer. It has the
following tags:
- <visible> - Determines if it the About link is visible or not in the HeaderController. Boolean value (default is "true).
- <label> - Label of the About link (default for English is "About").
- <content> - Defines the content of the splash screen. It supports basic HTML formatting standards for Web design. The default is "...".
- <btnlabel> - Label for the button to close the HTML pop-up window (default for English is "OK").
- <width> - Width of the HTML pop-up window (default is 500).
- <height> - Height of the HTML pop-up window (default is 500).
2/15/2012