| /plugin/combo/ComboStrap/ |
| H A D | Dimension.php | 82 $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 D | Skin.php | 117 … $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 D | TextColor.php | 52 …$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 D | FloatAttribute.php | 83 $attributes->addStyleDeclarationIfNotSet("position", "relative!important"); 84 $attributes->addStyleDeclarationIfNotSet("z-index", 1);
|
| H A D | RasterImageLink.php | 124 $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 D | PluginUtility.php | 441 $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 D | Opacity.php | 27 $tagAttributes->addStyleDeclarationIfNotSet("opacity",$value);
|
| H A D | Display.php | 22 $tagAttributes->addStyleDeclarationIfNotSet("display", "none");
|
| H A D | FontSize.php | 53 $tagAttributes->addStyleDeclarationIfNotSet("font-size", $value);
|
| H A D | NoteTag.php | 59 … $tagAttributes->addStyleDeclarationIfNotSet("background-color", "#fff79f"); // lum - 195
|
| H A D | Position.php | 139 $attributes->addStyleDeclarationIfNotSet("position", $position);
|
| H A D | PageImageTag.php | 266 $tagAttributes->addStyleDeclarationIfNotSet("max-width", "100%"); 267 $tagAttributes->addStyleDeclarationIfNotSet("max-height", "unset");
|
| H A D | TagAttributes.php | 366 $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 D | FetcherSvg.php | 1088 $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 D | BrandButton.php | 594 …$buttonAttributes->addStyleDeclarationIfNotSet("cursor", "pointer"); // show a pointer (without hr…
|
| H A D | MediaMarkup.php | 761 $this->extraMediaTagAttributes->addStyleDeclarationIfNotSet($key, $value);
|
| /plugin/combo/ComboStrap/TagAttribute/ |
| H A D | BackgroundAttribute.php | 160 … $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 D | TextAlign.php | 58 $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 D | Align.php | 80 $attributes->addStyleDeclarationIfNotSet("margin-left", "auto"); 84 $attributes->addStyleDeclarationIfNotSet(Dimension::WIDTH_KEY, "fit-content");
|
| H A D | Boldness.php | 42 $tagAttributes->addStyleDeclarationIfNotSet("font-weight", $value);
|
| /plugin/combo/syntax/ |
| H A D | badge.php | 171 … $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 D | WebCodeTag.php | 503 $tagAttributes->addStyleDeclarationIfNotSet("width", "100%"); 510 $tagAttributes->addStyleDeclarationIfNotSet("border", "none");
|