Nestor, I definetly did not expect someone to use<fields all="true" gridfield="true"></fields> So as you can tell this does not work. I will look at getting this fixed in the next version.
<fields all="true" gridfield="true"></fields>
<layer> <name>Foreclosures September 2010</name> <url>http://gissrv1/ArcGIS/rest/services/StrategicPlanning/MapServer/1</url> <expression useforspatial="true">gis.DBO.AddressMaster.PCN LIKE '%[value]%'</expression> <textsearchlabel>Search by PCN Number [Example: 73414404010850000]:</textsearchlabel> <graphicalsearchlabel>Use one of the graphical search tools to select features</graphicalsearchlabel> <spatialsearchlayer>true</spatialsearchlayer> <spatialrelationlayer>true</spatialrelationlayer> <titlefield>gis.DBO.AddressMaster.PCN</titlefield> <linkfield></linkfield> <fields all="true" gridfield="true"></fields> <zoomscale>4800</zoomscale> </layer>
- like in your identifyWidget, coul'd you add hyperlink prefix/suffix and icon field/prefix/suffix ?
Nestor, I can not explain this odd behavior but would ask that you test this using the default searchWidget and see if the results are the same. The one thing I will say is that the reason I created the enhanced Search Widget is because I wanted a way to get more results back about a parcel without having a huge info popup. So you might want to limit the info popup to a more limited amount of data and just have the grid display all the rest.
Nestor, You are going to have to give so specifics on this... Are you using all the fields of your data by using<fields all="true"> Can you provide some screen shots? As far as the hyperlink being a url that is underlined that is the default in FlexViewer 2.1 now.
<fields all="true">
graphicsLayer = new GraphicsLayer;
graphicsLayer = new GraphicsLayer(); graphicsLayer.id = "myGraLay"; graphicsLayer.name = "myGraLay"; graphicsLayer.addEventListener(GraphicEvent.GRAPHIC_ADD,addContextMenu); map.addLayer(graphicsLayer);
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.