Searched refs:backgroundFill (Results 1 – 4 of 4) sorted by relevance
/plugin/combo/ComboStrap/TagAttribute/ |
H A D | BackgroundAttribute.php | 106 $backgroundFill = $background[self::BACKGROUND_FILL] ?? null; 107 if ($backgroundFill !== null) { 108 $tagAttributes->addComponentAttributeValueIfNotEmpty(self::BACKGROUND_FILL, $backgroundFill); 156 $backgroundFill = $tagAttributes->getValueAndRemove(self::BACKGROUND_FILL, "cover"); 157 switch ($backgroundFill) { 160 $tagAttributes->addStyleDeclarationIfNotSet(self::BACKGROUND_SIZE, $backgroundFill); 184 LogUtility::msg("The background `fill` attribute ($backgroundFill) is unknown. If you want to take over the filling via css, set the `fill` value to `css`.", self::CANONICAL);
|
/plugin/ol3/ |
H A D | script.js | 8 …backgroundFill?e.backgroundFill:null,this.backgroundStroke_=e.backgroundStroke?e.backgroundStroke:…
|
/plugin/openlayersmap/ol7/ |
H A D | ol.js.map |
|
/plugin/diagramsnet/lib/js/ |
H A D | extensions.min.js | 1618 …r"},backgroundFill:{key:"evenLaneFill",mod:"color"}},"oddLeafDescriptor.bpmn:StripeDescriptor":{in… class in mxGraphMlCodec.handleCompoundShape.x.Style.bpmn:AlternatingLeafStripeStyle.evenLeafDescriptor.bpmn:StripeDescriptor 1619 …iptor.bpmn:StripeDescriptor":{insetFill:{key:"evenFill",mod:"color"},backgroundFill:{key:"evenLane… class in mxGraphMlCodec.handleCompoundShape.c.Style.bpmn:AlternatingLeafStripeStyle.evenLeafDescriptor.bpmn:StripeDescriptor 1620 mod:"color"},backgroundFill:{key:"oddLaneFill",mod:"color"}}},"Style.yjs:NodeStyleStripeStyleAdapte… class in mxGraphMlCodec.handleCompoundShape.c.Style.bpmn:AlternatingLeafStripeStyle.oddLeafDescriptor.bpmn:StripeDescriptor 1646 …c|=4}b.fontStyle=c};this.mapObject(g,{"Style.yjs:DefaultLabelStyle":{backgroundFill:{key:"labelBac…
|