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 StringfieldLabel to use for the combobox.
-
comboStoreData ArrayThe data for the combo store.
-
map OpenLayers.Map
-
name StringName of the filter property.
-
property StringOptional, the PropertyName to use in the Filter
-
target gxp.CatalogueSearchPanelThe target on which to apply the filters.
-
type StringOptional type to use in the comparison filter. Defaults to ‘==’.