Hi,
I am trying to disable the show all feature for the query widget for ArcGIS Viewer for Flex 3.5 http://resources.arcgis.com/en/help/...000003m000000/.
Is there a easy way to do this?
Thanks in advance!
I am trying to disable the show all feature for the query widget for ArcGIS Viewer for Flex 3.5 http://resources.arcgis.com/en/help/...000003m000000/.
Is there a easy way to do this?
Thanks in advance!
Code:
<?xml version="1.0" ?>
<configuration>
<layer><MyMapServiceIsHere></layer>
<query>1=1</query>
<titlefield>Name</titlefield>
<linkfield/>
<refreshrate/>
<zoomscale/>
<shareresults>true</shareresults>
<orderbyfields>Name ASC</orderbyfields>
<fields all="false">
<field name="Name" alias="Name"/>
<field name="Email" alias="Email"/>
</fields>
<filterfield>
<name>Name</name>
<alias>Enter your name</alias>
</filterfield>
</configuration>