Home
last modified time | relevance | path

Searched refs:BackgroundAttribute (Results 1 – 9 of 9) sorted by relevance

/plugin/combo/ComboStrap/
DSkin.php6 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 …]
DJumbotronTag.php6 use ComboStrap\TagAttribute\BackgroundAttribute; alias
45 BackgroundAttribute::BACKGROUND_COLOR => "#e9ecef",
DLazyLoad.php15 use ComboStrap\TagAttribute\BackgroundAttribute; alias
121 if ($attributes->hasComponentAttribute(BackgroundAttribute::BACKGROUND_COLOR)) {
122 … $placeholderColor = $attributes->getValueAndRemove(BackgroundAttribute::BACKGROUND_COLOR);
DOpacity.php7 use ComboStrap\TagAttribute\BackgroundAttribute; alias
DTagAttributes.php18 use ComboStrap\TagAttribute\BackgroundAttribute; alias
583 BackgroundAttribute::processBackgroundAttributes($this);
/plugin/combo/ComboStrap/Tag/
DBackgroundTag.php15 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/
Dnote.php9 use ComboStrap\TagAttribute\BackgroundAttribute; alias
179 … if (!$attributes->hasComponentAttribute(BackgroundAttribute::BACKGROUND_COLOR)) {
180 …$attributes->addComponentAttributeValue(BackgroundAttribute::BACKGROUND_COLOR, "#fff79f"); // lum …
Dmenubar.php11 use ComboStrap\TagAttribute\BackgroundAttribute; alias
164 $default[BackgroundAttribute::BACKGROUND_COLOR] = 'light';
/plugin/combo/ComboStrap/TagAttribute/
DBackgroundAttribute.php24 class BackgroundAttribute class