The parameter callback_fts_mw specifies the name of the JavaScript method to be used as call back function for full-text search results.
As a response you will get a boolean variable, which indicates whether the query was successful or not. Besides you will get an object containing the results.
The parameter's structure: MyCallbackFTS(RESULTS, SUCCEEDED)
RESULTS: object that contains keyname and features or NULL in case no object was found. Features again contain map coordinates on the one and keyvalues on the other hand.
SUCCEEDED: it is TRUE if the search operation was successful or False if it failed
Note: The methods name MyCallbackFTS is just an example as well as the parameter's names.
Possible responses are:
Successful request containing searched features: MyCallbackFTS(RESULTS, true)
Failed request: MyCallbackFTS(NULL, false)
Example:
http://w-vpc-sw-w7-e:8080/WebOffice_LatestBuild/client_mapwidget/default.jsp?baseURL=http://w-vpc-sw-w7-e:8080/WebOffice_LatestBuild&project=WebOffice_SampleProject&width=600&height=400&view=AndereStdte&combined_req=true&map_adv=true&maptransparency=1.0&mapmargin=1&activetools=FTS&callback_fts_mw=ftsResult&scale=4000000