Searched refs:BackgroundAttribute (Results 1 – 9 of 9) sorted by relevance
/plugin/combo/ComboStrap/ |
D | Skin.php | 6 use ComboStrap\TagAttribute\BackgroundAttribute; alias 25 BackgroundAttribute::BACKGROUND_COLOR => "#d1ecf1", 30 BackgroundAttribute::BACKGROUND_COLOR => "#fff79f", 35 BackgroundAttribute::BACKGROUND_COLOR => "#fff3cd", 40 BackgroundAttribute::BACKGROUND_COLOR => "#28a745", 45 BackgroundAttribute::BACKGROUND_COLOR => "#dc3545", 50 BackgroundAttribute::BACKGROUND_COLOR => "#343a40", 55 BackgroundAttribute::BACKGROUND_COLOR => "#f8f9fa", 66 BackgroundAttribute::BACKGROUND_COLOR => $primaryColorRgbHex, 71 BackgroundAttribute::BACKGROUND_COLOR => $secondaryColorRgbHex, [all …]
|
D | JumbotronTag.php | 6 use ComboStrap\TagAttribute\BackgroundAttribute; alias 45 BackgroundAttribute::BACKGROUND_COLOR => "#e9ecef",
|
D | LazyLoad.php | 15 use ComboStrap\TagAttribute\BackgroundAttribute; alias 121 if ($attributes->hasComponentAttribute(BackgroundAttribute::BACKGROUND_COLOR)) { 122 … $placeholderColor = $attributes->getValueAndRemove(BackgroundAttribute::BACKGROUND_COLOR);
|
D | Opacity.php | 7 use ComboStrap\TagAttribute\BackgroundAttribute; alias
|
D | TagAttributes.php | 18 use ComboStrap\TagAttribute\BackgroundAttribute; alias 583 BackgroundAttribute::processBackgroundAttributes($this);
|
/plugin/combo/ComboStrap/Tag/ |
D | BackgroundTag.php | 15 use ComboStrap\TagAttribute\BackgroundAttribute; alias 58 $attributes->addComponentAttributeValue(BackgroundAttribute::BACKGROUND_COLOR, $color); 91 if ($parentCall->getTagName() == BackgroundAttribute::BACKGROUNDS) { 102 … if ($backgroundAttributes->hasComponentAttribute(BackgroundAttribute::BACKGROUND_IMAGE)) { 106 $backgrounds = $parentCall->getAttribute(BackgroundAttribute::BACKGROUNDS); 112 $parentCall->addAttribute(BackgroundAttribute::BACKGROUNDS, $backgrounds); 124 …ackgroundImage = $backgroundAttributes->getComponentAttributeValue(BackgroundAttribute::BACKGROUND… 125 $openingCall->setAttribute(BackgroundAttribute::BACKGROUND_IMAGE, $backgroundImage); 170 …$backgroundImageAttribute = BackgroundAttribute::fromMediaToBackgroundImageStackArray($imageAttrib… 175 $fill = $openingTag->getAttribute(BackgroundAttribute::BACKGROUND_FILL); [all …]
|
/plugin/combo/syntax/ |
D | note.php | 9 use ComboStrap\TagAttribute\BackgroundAttribute; alias 179 … if (!$attributes->hasComponentAttribute(BackgroundAttribute::BACKGROUND_COLOR)) { 180 …$attributes->addComponentAttributeValue(BackgroundAttribute::BACKGROUND_COLOR, "#fff79f"); // lum …
|
D | menubar.php | 11 use ComboStrap\TagAttribute\BackgroundAttribute; alias 164 $default[BackgroundAttribute::BACKGROUND_COLOR] = 'light';
|
/plugin/combo/ComboStrap/TagAttribute/ |
D | BackgroundAttribute.php | 24 class BackgroundAttribute class
|