Wow, you are absolutely amazing. Your dedication is much appreciated and I will look forward to the new version.
<viewer:BaseWidget xmlns:esri ="http://www.esri.com/2008/ags" xmlns:fx ="http://ns.adobe.com/mxml/2009" xmlns:s ="library://ns.adobe.com/flex/spark" xmlns:mx ="library://ns.adobe.com/flex/mx" xmlns:mxeffects ="com.adobe.ac.mxeffects.*" xmlns:viewer ="com.esri.viewer.*" xmlns:Search ="widgets.eSearch.*" x="600" y="300" currentState="textInput" widgetConfigLoaded="init()"> <viewer:states> <s:State name="graphicalInput"/> <s:State name="textInput"/> <s:State name="spatialInput" /> <s:State name="resultsList"/> </viewer:states>
if (configSearchText.length) wTemplate.addTitlebarButton(ICON_URL + "i_searchtext.png", textsearchLabel, showStateTextSearch);
David, Nope no tolerance setting for them. As you can see on my preview site there isn't an issue with point or line selection. http://gis.calhouncounty.org/IdentExample/index.html?config=config-eSearch.xmlAre you trying to select points using point or line? if so you are HIGHLY unlikely to click in the precise location to get a result.
David, The enhanced search widget displays results in the widget results, the info popup and a floating data grid if you configure it for that. So the gridfield only attribute says don't display it in the info popup or widget results, only the floating data grid.
FieldYr >:= 2003 AND FieldYr <:= 2005
FieldYr >= 2003 AND FieldYr <= 2005
<expression alias="FieldYr" textsearchlabel="Search Field Year [ Example: 2003 ]:">FieldYr = '[value]'</expression>
<expression alias="FieldYr" textsearchlabel="Search Field Year [ Example: 2003 ]:">FieldYr = [value]</expression>
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.