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 BooleanSet to false if the “Fill” fieldset should not be toggleable. Default is true.
-
colorManager FunctionOptional color manager constructor to be used as a plugin for the color field.
-
colorProperty StringThe 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 StringDefault background color for the Color field. This color will be displayed when no fillColor value for the symbolizer is available. Defaults to thefillColorproperty ofOpenLayers.Renderer.defaultSymbolizer.
-
opacityProperty StringThe 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 ObjectA 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.