Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 activate
 addLayer, OpenLayers.Control.FeaturePopups
 addLayers, OpenLayers.Control.FeaturePopups
 addSelectionByIds
C
 clear
D
 deactivate
 destroy
G
 getFeatureId, OpenLayers.Control.FeaturePopups.Layer
 getLocationFromHandler, FeaturePopups_Utils
 getSelectionIds
R
 removeLayer, OpenLayers.Control.FeaturePopups
 removeSelectionByIds
S
 setSelectionByIds
 showSingleFeatureById
U
 unselectAll, OpenLayers.Control.FeaturePopups
 unselectGeneric, OpenLayers.Control.FeaturePopups
 unselectLayer, OpenLayers.Control.FeaturePopups
activate: function()
Activates the control.
activate: function()
addLayer: function(layer,
options)
Add the layer to control and assigns it the templates, see options.
addLayers: function(layers)
addSelectionByIds: function(layer,
featureIds,
silent)
addSelectionByIds: function(featureIds,
silent)
clear: function()
Clear selecction and popups.
clear: function()
Clear the popup and related popups.
deactivate: function()
Deactivates the control.
deactivate: function()
destroy: function()
destroy: function()
destroy: function()
this.getFeatureId = function(feature)
Returns the id of the feature used specifically for this layer.
OpenLayers.Control.FeaturePopups_Utils.getLocationFromHandler = function(
   featureHandler,
   feature
)
Get location from event handler.
getSelectionIds: function(layer)
getSelectionIds: function()
removeLayer: function(layer)
removeSelectionByIds: function(layer,
featureIds,
silent)
removeSelectionByIds: function(featureIds,
silent)
setSelectionByIds: function(layer,
featureIds,
silent)
setSelectionByIds: function(featureIds,
silent)
showSingleFeatureById: function(layer,
featureId)
showSingleFeatureById: function(featureId,
origin)
See featureContext at FeaturePopups.addLayer to know how to use “id” or “fid” of features.
unselectAll: function()
Unselect all selected features, only works if the control is active.
unselectGeneric: function()
Unselect all selected features on layers on the control that don’t have popupOptions.
unselectLayer: function(layer)
Unselect all selected features on the layer, only works if the control is active and layer is on the control.
Close