<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Open Search Widget with &amp;quot;Search by Attribute&amp;quot; as default in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702544#M21385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Justin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; In flash Builder look at your problems window and see if there is anything listed there.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Apr 2011 18:11:23 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2011-04-22T18:11:23Z</dc:date>
    <item>
      <title>Open Search Widget with &amp;quot;Search by Attribute&amp;quot; as default</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702539#M21380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Right now the Search Widget opens with "Select Features" as its default. Is there any way to change that so it opens with the "Search by Attribute" screen instead?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 15:16:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702539#M21380</guid>
      <dc:creator>JustinRiggs</dc:creator>
      <dc:date>2011-04-22T15:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Open Search Widget with "Search by Attribute" as default</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702540#M21381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Justin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; It take one very simple code change... But you have to be using the source code not the pre-compiled viewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Add what is in red to the SearchWidget.mxml&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;viewer:BaseWidget xmlns:esri="http://www.esri.com/2008/ags"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:fx="http://ns.adobe.com/mxml/2009"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:s="library://ns.adobe.com/flex/spark"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:mx="library://ns.adobe.com/flex/mx"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:Search="widgets.Search.*"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:viewer="com.esri.viewer.*"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x="600" y="300"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; currentState="textInput"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; widgetConfigLoaded="init(); wTemplate.selectedTitlebarButtonIndex = 1"&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:49:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702540#M21381</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T16:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Open Search Widget with "Search by Attribute" as default</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702541#M21382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmmm, I must be using the precompiled version because the code changes didn't have any effect. Thanks anyway...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 15:54:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702541#M21382</guid>
      <dc:creator>JustinRiggs</dc:creator>
      <dc:date>2011-04-22T15:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Open Search Widget with "Search by Attribute" as default</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702542#M21383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Justin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; If you have the SearchWidget.mxml, than you have the source code and NOT the precompiled version. Did you clear your browsers cache?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 16:26:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702542#M21383</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-04-22T16:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Open Search Widget with "Search by Attribute" as default</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702543#M21384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I cleared the cache. I also had the widget set to preload, but I turned that off and still no luck. I've copied and pasted the code sample you provided directly into the SearchWidget.mxml page, so I don't think I have any typos...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 18:05:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702543#M21384</guid>
      <dc:creator>JustinRiggs</dc:creator>
      <dc:date>2011-04-22T18:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Open Search Widget with "Search by Attribute" as default</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702544#M21385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Justin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; In flash Builder look at your problems window and see if there is anything listed there.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 18:11:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702544#M21385</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-04-22T18:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Open Search Widget with "Search by Attribute" as default</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702545#M21386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's not reporting any problems, but I do have something interesting to report. I'm working on two projects right now - one on 2.2 and one on 2.3. When I added your code on the 2.2 project it worked; when I added it to the 2.3 project it doesn't. I don't know why that would be, but maybe that will help you...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 18:22:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702545#M21386</guid>
      <dc:creator>JustinRiggs</dc:creator>
      <dc:date>2011-04-22T18:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Open Search Widget with "Search by Attribute" as default</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702546#M21387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Justin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I just tested the exact same change in 2.3 and it worked fine...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 18:35:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702546#M21387</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-04-22T18:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Open Search Widget with "Search by Attribute" as default</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702547#M21388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Justin,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; I just tested the exact same change in 2.3 and it worked fine...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Weird. I'll keep toying around with it, but obviously this works. Case closed. (Thanks for your help)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;UPDATE: In my 2.3 project, I had to add SearchWidget.mxml to Flex Modules under Project--&amp;gt; Properties. I can be a real knucklehead sometimes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 18:56:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702547#M21388</guid>
      <dc:creator>JustinRiggs</dc:creator>
      <dc:date>2011-04-22T18:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Open Search Widget with "Search by Attribute" as default</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702548#M21389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only searchwidget.mxml I can find is under the eSearch widget folder.&amp;nbsp; I am using the Search widget and would like to enable the changes you reference above to make the search by attribute appear by default, but can't find the .mxml file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Derek&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 19:55:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702548#M21389</guid>
      <dc:creator>DerekHunter</dc:creator>
      <dc:date>2011-04-26T19:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Open Search Widget with "Search by Attribute" as default</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702549#M21390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Derek,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; If you don't have the SearchWidget.mxml for the standard esri search than it is unlikely that you are using the source code for the flex viewer... Are you using Flash or Flex Builder by adobe? or are you just a Flex Viewer configurer (only modifying the xml files)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 20:03:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702549#M21390</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-04-26T20:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Open Search Widget with "Search by Attribute" as default</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702550#M21391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We just deployed the sample flex site and are editing config.xml and corresponding widget's xml.&amp;nbsp; We just got Flash Builder and would like to edit the widgets source.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 12:13:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702550#M21391</guid>
      <dc:creator>DerekHunter</dc:creator>
      <dc:date>2011-04-27T12:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Open Search Widget with "Search by Attribute" as default</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702551#M21392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Derek,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; You need to download the viewers source than.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=3f6a0bfee48949a88df50bf7686ec72a"&gt;http://www.arcgis.com/home/item.html?id=3f6a0bfee48949a88df50bf7686ec72a&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 12:20:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702551#M21392</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-04-27T12:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Open Search Widget with "Search by Attribute" as default</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702552#M21393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK...got it.&amp;nbsp; So I add&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;currentState="textInput" widgetConfigLoaded="init(); wTemplate.selectedTitlebarButtonIndex = 1"&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to SeachWidget.mxml.&amp;nbsp; Then my question is where is the proper place to save this to for my site.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 12:38:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702552#M21393</guid>
      <dc:creator>DerekHunter</dc:creator>
      <dc:date>2011-04-27T12:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Open Search Widget with "Search by Attribute" as default</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702553#M21394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Derek,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Once you have the source code for the viewer you need to add it to FlashBuilder as a project and then make that modification to the search widget and then when all your modifications are done you export a release build and then copy all the file from the bin-release folder to your web server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the online documentation on this process:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/Getting_Started_Developers/01m30000001q000000/"&gt;http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/Getting_Started_Developers/01m30000001q000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 12:43:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702553#M21394</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-04-27T12:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Open Search Widget with "Search by Attribute" as default</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702554#M21395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;We just deployed the sample flex site and are editing config.xml and corresponding widget's xml.&amp;nbsp; We just got Flash Builder and would like to edit the widgets source.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hey Derek,&amp;nbsp; did you ever create a compiled Search Widget that opens with 'Search by Attribute' open rather than 'Search by Graphic'?&amp;nbsp; If so, would you be willing to share?&amp;nbsp; I don't have Flash Builder but would to make that change to my Search Widget...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 16:10:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702554#M21395</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-09-20T16:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Open Search Widget with "Search by Attribute" as default</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702555#M21396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Katie,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; The OTB Search widget has support for setting what the initial view is by add the initialview tag in the SearchWidget.xml and setting it to text:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;initialview&amp;gt;text&amp;lt;/initialview&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Documentation found here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Search_widget_tags/01m300000023000000/"&gt;http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Search_widget_tags/01m300000023000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 16:16:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702555#M21396</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-09-20T16:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Open Search Widget with "Search by Attribute" as default</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702556#M21397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Katie,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; The OTB Search widget has support for setting what the initial view is by add the initialview tag in the SearchWidget.xml and setting it to text:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;initialview&amp;gt;text&amp;lt;/initialview&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;Documentation found here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Search_widget_tags/01m300000023000000/"&gt;http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Search_widget_tags/01m300000023000000/&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ack, I just saw that! Thanks Robert.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 16:23:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/open-search-widget-with-amp-quot-search-by/m-p/702556#M21397</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-09-20T16:23:11Z</dc:date>
    </item>
  </channel>
</rss>

