[Geomoose-users] MULIT_SEARCH on a Tab Code Example

Jay Kapalczynski jkapalczynski at ci.maple-grove.mn.us
Thu Oct 16 14:31:34 EDT 2008


MULIT_SEARCH on a Tab

This adds multi search capability to you GeoMoose....( v 1.6) dependant

This creates a button that will load up the searches....simply add the code in red below and reference your existing searches

ANYONE out there know how to affix this directly to a tab?  Instead of having to click a button to load the search boxes up???

Obviously you will have to change the image references to your location, and the search names (those are underlined)

Make sure the Service Title is the same as the subform Title in the new code


                                <service title="Search for Parcels by Owner Name" selectable="false" default="false" locked="true" div="ownersearch">
                                                <url>/cgi-bin/mapserv.exe</url>
                                                <input type="hidden" name="map" value="/ms4w/apps/GeoMOOSE/Maple_Grove_GeoMoose/itemquery_OWNER.map"/>
                                                <input type="hidden" name="mode" value="nquery"/>
                                                <input type="hidden" name="layer" value="ParcelsOwnerSearch"/>
                                                <input type="user" name="id" title="Zoom to Parcel#:"/>
                                </service>

                                <service title="Search for PID" selectable="false" default="true" locked="true" div="PIDsearch">
                                                <url>/cgi-bin/mapserv.exe</url>
                                                <input type="hidden" name="map" value="/ms4w/apps/GeoMOOSE/Maple_Grove_GeoMoose/itemquery_PID.map"/>
                                                <input type="hidden" name="mode" value="nquery"/>
                                                <input type="hidden" name="layer" value="Parcels"/>
                                                <input type="user" name="id" title="Zoom to PID#:"/>
                                </service>

                                <service title="Multiform Search" selectable="false" default="true" locked="true" type='multiform' icon="shared/images/toolbar/MapleGrove_Buttons/spam.jpg" highlight="shared/images/toolbar/MapleGrove_Buttons/spam.jpg">
                                                                                <subform title="Search for Parcels by Owner Name"/>

                                                                                <subform title="Search for PID"/>
                                </service>


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/geomoose-users/attachments/20081016/67d0b02f/attachment.html


More information about the Geomoose-users mailing list