Select to view content in your preferred language

Enhanced Search Widget for FlexViewer 2.1

108699
767
10-25-2010 02:13 PM
RobertScheitlin__GISP
MVP Emeritus
All Here is my next widget in the FlexViewer 2.1 series

Special thanks to Erwan Caradec for contributing to this code.

The Enhanced Search Widget extends the standard search widget with a floating data grid and a new spatial query w/buffering.

http://www.arcgis.com/home/item.html?id=5d4995ccdb99429185dfd8d8fb2a513e
Tags (2)
0 Kudos
767 Replies
RobertScheitlin__GISP
MVP Emeritus
Caitlin,

   Sounds like you do not have the fields configured correctly the widget. Depending on how old a version of the eSearch widget you were using there has been alot to change in the SearchWidget.xml file. Look at the Enhanced Search Widget XML Configuration.pdf
0 Kudos
HalilSiddique
Frequent Contributor
Thanks Robert, Hyperlinks now working.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Geoff,

  This will be fixed in version 2.4
0 Kudos
EmilyLaMunyon
Deactivated User
Hi Robert,

Thanks for this great widget!! I have a question regarding the hyperlink field in the grid table. In the pop-ups I am able to enter a link like this:
<a href="http://surveyor.slco.org/gis/map/Corner_Reports/getImage.cfm?page_id={page_id}.pdf">View Corner Reports</a>.

Is this functionality possible here, and if not, is it something that could be in future releases. It has allowed me to solve a huge issue I had of accessing images from a SQL database.

Thanks!
Emily
0 Kudos
EmilyLaMunyon
Deactivated User
Never mind. It worked using this:

<field name="page_id" gridfield="true" hyperlinkgridfield="true" hyperlinkaliastext="Corner Reports" linkprefix="http://surveyor.slco.org/gis/map/Corner_Reports/getImage.cfm?page_id=" linksuffix=".pdf"/>

Thanks!
0 Kudos
EmilyLaMunyon
Deactivated User
Sorry, I have another question.

I have the data grid working great using the compiled version. Is there any plans in the future to have something like a show/hide option for the grid?

Thanks!
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Emily,

  If you are speaking of the floating datagrid then there is close button in the upper right corner like most widgets. If you are talking about the new Fixed grid than NO it is developed to always be visible.
0 Kudos
EmilyLaMunyon
Deactivated User
Thanks for the reply Robert. I was talking about the new fixed grid, I appreciate the information:)
0 Kudos
FrankRoberts
Frequent Contributor
Robert, I had a user ask about the text on the transparency slider for the buffer.  They didn't know what "Adjust buff alpha" meant...  I know you and I know what this means,  but I was wondering if you could add this label to the other labels in the config file for a future revision?

Just a thought, thanks again for the wonderful widget!
Frank
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Frank,

  Sure that will be done in Version 2.4 of this widget.
0 Kudos