gxp.form.CSWFilterField
¶
-
class
gxp.form.
CSWFilterField
(config)¶ A composite form field which uses a combobox to select values for a certain filter, and adds a button to the right of the combobox to remove the filter.
Config Options¶
Configuration properties in addition to those listed for Ext.form.CompositeField.
-
comboFieldLabel
String
fieldLabel to use for the combobox.
-
comboStoreData
Array
The data for the combo store.
-
map
OpenLayers.Map
-
name
String
Name of the filter property.
-
property
String
Optional, the PropertyName to use in the Filter
-
target
gxp.CatalogueSearchPanel
The target on which to apply the filters.
-
type
String
Optional type to use in the comparison filter. Defaults to ‘==’.