mapfish. Searcher.Form

Use this class to create a form searcher.  A form searcher gets search criteria from an HTML form and sends search requests through Ajax.

Inherits from

  • mapfish.Searcher
Summary
mapfish. Searcher.FormUse this class to create a form searcher.
Properties
protocol
form{DOMElement} The form node.
Constructor
mapfish. Searcher.Formoptions {Object} Optional object whose properties will be set on the instance.
Functions
triggerSearchTo be called to trigger search.

Properties

protocol

{<OpenLayers.Protocol>}The protocol.

form

{DOMElement} The form node.

Constructor

mapfish. Searcher.Form

Parameters

options {Object} Optional object whose properties will be set on the instance.

Returns

{mapfish.Searcher.Form}

Functions

triggerSearch

triggerSearch: function()

To be called to trigger search.

triggerSearch: function()
To be called to trigger search.
options {Object} Optional object whose properties will be set on the instance.
Close