gxp.FillSymbolizer¶
- class gxp.FillSymbolizer(config)¶
Form for configuring a symbolizer fill.
Config Options¶
Configuration properties in addition to those listed for Ext.FormPanel.
- checkboxToggle
Boolean Set to false if the “Fill” fieldset should not be toggleable. Default is true.
- colorManager
Function Optional color manager constructor to be used as a plugin for the color field.
- colorProperty
String The property that should be set on the symbolizer to represent the fill color. Defaults to fillColor. But can also be set to fontColor for labels.
- defaultColor
String Default background color for the Color field. This color will be displayed when no fillColor value for the symbolizer is available. Defaults to the fillColor property of OpenLayers.Renderer.defaultSymbolizer.
- opacityProperty
String The property that should be set on the symbolizer to represent the fill opacity. Defaults to fillOpacity. But can also be set to fontOpacity for labels.
- symbolizer
Object A symbolizer object that will be used to fill in form values. This object will be modified when values change. Clone first if you do not want your symbolizer modified.