Select to view content in your preferred language

How do I remove the search from the header (3.1) ?

1294
4
Jump to solution
02-05-2013 11:11 AM
jameshawks
Deactivated User
How do I remove the search from the header (3.1 compiled ) ? I don't see a widget for it.

http://ocs-gis.ncd.noaa.gov/flexviewer/
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
AnthonyGiles
Honored Contributor
Yes,

<search visible="false">

<geocoding>
<locator>http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer</locator>
</geocoding>

</search>

Regards

Anthony

View solution in original post

0 Kudos
4 Replies
AnthonyGiles
Honored Contributor
James,

In the config for the header controller widget (widgets/HeaderController/HeaderControllerWidget.xml) put the tag <search visible="false"/>

See:

http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Header_Controller_widget_tags/0...

Regards

Anthony
0 Kudos
jameshawks
Deactivated User
<search>
     
    <geocoding>
            <locator>http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer</locator>
        </geocoding>
  
   </search>

So in this?
0 Kudos
AnthonyGiles
Honored Contributor
Yes,

<search visible="false">

<geocoding>
<locator>http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer</locator>
</geocoding>

</search>

Regards

Anthony
0 Kudos
jameshawks
Deactivated User
That did it, thanks!

Onto Identify!
0 Kudos