org. | |
Constants | |
i18n_please_wait | {String} Wait message, for initial dataStore row |
Properties | |
triggerAction | |
displayField | |
valueField | |
mode | |
listeners | |
APIProperty: map | {<OpenLayers.Map>} |
APIProperty: layers | |
APIProperty: maxFeatures | |
APIProperty: resourceName | |
APIProperty: serviceName | |
APIProperty: layerName | |
format | |
Functions | |
loadData | Called after the ComboBox has been rendered. |
sortByFieldValue | Parameters : a {string} b {string} |
populateComboBox | Populate the combobox droplist with features |
recenterOnCoords | Recenters on given coordinates and zoom level |
recenterOnBbox | Recenters on given bounds |
recenterOnGeometry | Recenters on given geometry |
highlightOnGeometry | Highlights the given geometry |
activateResources | Called when this widget is used. |
Called after the ComboBox has been rendered.
loadData : function()
Parameters : a {string} b {string}
sortByFieldValue: function( a, b )
Populate the combobox droplist with features
populateComboBox: function( features )
Recenters on given coordinates and zoom level
recenterOnCoords: function( x, y, zoom )
Recenters on given bounds
recenterOnBbox: function( bbox )
Recenters on given geometry
recenterOnGeometry: function( geometry )
Highlights the given geometry
highlightOnGeometry: function( feature )
Called when this widget is used.
activateResources: function()