Home
last modified time | relevance | path

Searched refs:addStyleDeclarationIfNotSet (Results 1 – 22 of 22) sorted by relevance

/plugin/combo/ComboStrap/
H A DDimension.php82 $attributes->addStyleDeclarationIfNotSet("max-height", $heightValue);
97 $attributes->addStyleDeclarationIfNotSet("height", $heightValue);
106 $attributes->addStyleDeclarationIfNotSet("overflow-y", "hidden");
107 $attributes->addStyleDeclarationIfNotSet("position", "relative");
108 $attributes->addStyleDeclarationIfNotSet("display", "block");
110 … $attributes->addStyleDeclarationIfNotSet("min-height", $heightValue);
127 $attributes->addStyleDeclarationIfNotSet("cursor", "pointer");
153 $attributes->addStyleDeclarationIfNotSet("overflow", "auto");
165 $attributes->addStyleDeclarationIfNotSet("min-height", $heightValue);
284 $attributes->addStyleDeclarationIfNotSet("width", "auto");
[all …]
H A DSkin.php117 … $attributes->addStyleDeclarationIfNotSet(ColorRgb::COLOR, $color[ColorRgb::COLOR]);
118 …$attributes->addStyleDeclarationIfNotSet(BackgroundAttribute::BACKGROUND_COLOR, $color[BackgroundA…
119 … $attributes->addStyleDeclarationIfNotSet(ColorRgb::BORDER_COLOR, $color[ColorRgb::BORDER_COLOR]);
124 … $attributes->addStyleDeclarationIfNotSet(ColorRgb::COLOR, $color[ColorRgb::COLOR]);
125 …$attributes->addStyleDeclarationIfNotSet(BackgroundAttribute::BACKGROUND_COLOR, $color[BackgroundA…
126 … $attributes->addStyleDeclarationIfNotSet(ColorRgb::BORDER_COLOR, $color[ColorRgb::BORDER_COLOR]);
133 $attributes->addStyleDeclarationIfNotSet(ColorRgb::COLOR, $primaryColor);
134 … $attributes->addStyleDeclarationIfNotSet(BackgroundAttribute::BACKGROUND_COLOR, "transparent");
142 … $attributes->addStyleDeclarationIfNotSet("border", "1px solid " . $borderColor);
150 … $attributes->addStyleDeclarationIfNotSet(ColorRgb::COLOR, "$primaryColor!important");
[all …]
H A DTextColor.php52 …$attributes->addStyleDeclarationIfNotSet(TextColor::CSS_ATTRIBUTE, "{$primaryColor->toRgbHex()}!im…
59 …$attributes->addStyleDeclarationIfNotSet(TextColor::CSS_ATTRIBUTE, "{$secondaryColor->toRgbHex()}!…
81 … $attributes->addStyleDeclarationIfNotSet(TextColor::CSS_ATTRIBUTE, $colorValue);
H A DFloatAttribute.php83 $attributes->addStyleDeclarationIfNotSet("position", "relative!important");
84 $attributes->addStyleDeclarationIfNotSet("z-index", 1);
H A DRasterImageLink.php124 $attributes->addStyleDeclarationIfNotSet("max-height", $targetHeight . $cssLengthUnit);
128 $attributes->addStyleDeclarationIfNotSet("height", "auto");
168 $attributes->addStyleDeclarationIfNotSet("max-width", $targetWidth . $cssLengthUnit);
172 $attributes->addStyleDeclarationIfNotSet("width", "100%");
H A DPluginUtility.php441 $attributes->addStyleDeclarationIfNotSet($key, $value);
455 …$attributes->addStyleDeclarationIfNotSet(ColorRgb::BORDER_COLOR, ColorRgb::createFromString($color…
726 $tagAttributes->addStyleDeclarationIfNotSet("border-width", "1px");
739 $tagAttributes->addStyleDeclarationIfNotSet("border-style", "solid");
743 $tagAttributes->addStyleDeclarationIfNotSet("border-radius", ".25rem");
H A DOpacity.php27 $tagAttributes->addStyleDeclarationIfNotSet("opacity",$value);
H A DDisplay.php22 $tagAttributes->addStyleDeclarationIfNotSet("display", "none");
H A DFontSize.php53 $tagAttributes->addStyleDeclarationIfNotSet("font-size", $value);
H A DNoteTag.php59 … $tagAttributes->addStyleDeclarationIfNotSet("background-color", "#fff79f"); // lum - 195
H A DPosition.php139 $attributes->addStyleDeclarationIfNotSet("position", $position);
H A DPageImageTag.php266 $tagAttributes->addStyleDeclarationIfNotSet("max-width", "100%");
267 $tagAttributes->addStyleDeclarationIfNotSet("max-height", "unset");
H A DTagAttributes.php366 $tagAttributes->addStyleDeclarationIfNotSet($styleKey, $styleValue);
416 $newTagAttributes->addStyleDeclarationIfNotSet($property, $value);
618 $this->addStyleDeclarationIfNotSet("transform", $transformValue);
907 function addStyleDeclarationIfNotSet($property, $value) function in ComboStrap\\TagAttributes
H A DFetcherSvg.php1088 $extraAttributes->addStyleDeclarationIfNotSet("width", "100%");
1089 $extraAttributes->addStyleDeclarationIfNotSet("height", "auto");
1105 $extraAttributes->addStyleDeclarationIfNotSet("max-width", "{$widthInPixel}px");
1122 … $extraAttributes->addStyleDeclarationIfNotSet("max-height", "{$heightInPixel}px");
H A DBrandButton.php594 …$buttonAttributes->addStyleDeclarationIfNotSet("cursor", "pointer"); // show a pointer (without hr…
H A DMediaMarkup.php761 $this->extraMediaTagAttributes->addStyleDeclarationIfNotSet($key, $value);
/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php160 … $tagAttributes->addStyleDeclarationIfNotSet(self::BACKGROUND_SIZE, $backgroundFill);
161 … $tagAttributes->addStyleDeclarationIfNotSet(self::BACKGROUND_REPEAT, "no-repeat");
162 … $tagAttributes->addStyleDeclarationIfNotSet(self::BACKGROUND_POSITION, "center center");
172 … $tagAttributes->addStyleDeclarationIfNotSet(self::BACKGROUND_REPEAT, "repeat");
231 … $tagAttributes->addStyleDeclarationIfNotSet(self::BACKGROUND_IMAGE, $backgroundImageStyleValue);
260 …$tagAttributes->addStyleDeclarationIfNotSet(self::BACKGROUND_IMAGE, 'linear-gradient(to top,#fff 0…
261 … $tagAttributes->addStyleDeclarationIfNotSet(self::BACKGROUND_COLOR, 'unset!important');
266 $tagAttributes->addStyleDeclarationIfNotSet(self::BACKGROUND_COLOR, $colorValue);
355 $tagAttributes->addStyleDeclarationIfNotSet(ColorRgb::COLOR, $patternColor);
H A DTextAlign.php58 $attributes->addStyleDeclarationIfNotSet(self::ATTRIBUTE_NAME, "left");
62 $attributes->addStyleDeclarationIfNotSet(self::ATTRIBUTE_NAME, "right");
66 $attributes->addStyleDeclarationIfNotSet(self::ATTRIBUTE_NAME, $value);
132 $attributes->addStyleDeclarationIfNotSet(self::ATTRIBUTE_NAME, $value);
H A DAlign.php80 $attributes->addStyleDeclarationIfNotSet("margin-left", "auto");
84 $attributes->addStyleDeclarationIfNotSet(Dimension::WIDTH_KEY, "fit-content");
H A DBoldness.php42 $tagAttributes->addStyleDeclarationIfNotSet("font-weight", $value);
/plugin/combo/syntax/
H A Dbadge.php171 … $tagAttributes->addStyleDeclarationIfNotSet(ColorRgb::BACKGROUND_COLOR, $backgroundColor);
175 … $tagAttributes->addStyleDeclarationIfNotSet(ColorRgb::BORDER_COLOR, $borderColor);
189 $tagAttributes->addStyleDeclarationIfNotSet(ColorRgb::COLOR, $textColor);
251 $tagAttributes->addStyleDeclarationIfNotSet("white-space", "normal");
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php503 $tagAttributes->addStyleDeclarationIfNotSet("width", "100%");
510 $tagAttributes->addStyleDeclarationIfNotSet("border", "none");