Search function in Header Controller

2034
1
Jump to solution
04-08-2014 04:41 AM
EricStarn
New Contributor
Hello All,

I am hoping this is a simple one

I have turned on the search function in the header controller but am not using the locator function and all I want to do is change the default text that displays in the viewer.

I want to remove the "Enter Address" text

Where do I do that at?

Thanks

Eric
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus
Eric,

   Look at this doc link and find the "searchprompt" tag:

http://resources.arcgis.com/en/help/flex-viewer/concepts/01m3/01m30000000n000000.htm

<configuration>     <geocoder>       <labels>         <searchprompt>Search something?</searchprompt>       </labels>     </geocoder> ...

View solution in original post

0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus
Eric,

   Look at this doc link and find the "searchprompt" tag:

http://resources.arcgis.com/en/help/flex-viewer/concepts/01m3/01m30000000n000000.htm

<configuration>     <geocoder>       <labels>         <searchprompt>Search something?</searchprompt>       </labels>     </geocoder> ...
0 Kudos