<widget left="10" top="50" config="widgets/Navigation/NavigationWidget.xml" url="widgets/Navigation/NavigationWidget.swf"/>
Samuel, Whatever height you ended up changing you banner to is the number you need to set the top attribute of your map to in the main config.xml.<map wraparound180="true" initialextent="-9598200 3968200 -9500400 4026200" top="40" >
<map wraparound180="true" initialextent="-9598200 3968200 -9500400 4026200" top="40" >
You'll want to take a look at the HeaderControllerWidget.mxml file in the /src/widgets/HeaderController/ directory. Specifically, the contents of "headerGroup" <s:Group id="headerGroup" width="100%" height="85"> <!-- basic structure is an hbox with logoIcon: a logo (if specified) titleGroup: the title on top of the subtitle widgetBox: icons for all widgets specified in main configuration file linkBox: "link buttons" for all links specified in main configuration file --> <mx:HBox id="headerContent" ... That should get you started.Cheers,K
<s:Group id="headerGroup" width="100%" height="85"> <!-- basic structure is an hbox with logoIcon: a logo (if specified) titleGroup: the title on top of the subtitle widgetBox: icons for all widgets specified in main configuration file linkBox: "link buttons" for all links specified in main configuration file --> <mx:HBox id="headerContent" ...
Andrew, No the height is hard coded and not configurable.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.