Home
last modified time | relevance | path

Searched refs:addComponentAttributeValue (Results 1 – 23 of 23) sorted by relevance

/plugin/combo/syntax/
H A Dtoggle.php180 … $tagAttributes->addComponentAttributeValue("data-{$bootstrapNamespace}toggle", "collapse");
181 … $tagAttributes->addComponentAttributeValue("data-{$bootstrapNamespace}target", $targetId);
189 $tagAttributes->addComponentAttributeValue("aria-expanded", true);
192 $tagAttributes->addComponentAttributeValue("aria-expanded", false);
202 $tagAttributes->addComponentAttributeValue("aria-label", $targetLabel);
H A Dnote.php174 … $attributes->addComponentAttributeValue(ColorRgb::COLOR, "#6c6400"); // lum - 51
177 … $attributes->addComponentAttributeValue("border-color", "#FFF78c"); // lum - 186
180 …$attributes->addComponentAttributeValue(BackgroundAttribute::BACKGROUND_COLOR, "#fff79f"); // lum …
H A Daccordion.php158 $attributes->addComponentAttributeValue(TagAttributes::ID_KEY, $idKey);
H A Dhighlightwiki.php60 $tagAttributes->addComponentAttributeValue(ColorRgb::BACKGROUND_COLOR, $colorRgb
H A Dheadingwiki.php134 ->addComponentAttributeValue(HeadingTag::LEVEL, $level)
H A Dlink.php321 … $htmlAttributes->addComponentAttributeValue(self::MARKUP_REF_ATTRIBUTE, $markupRef);
/plugin/combo/ComboStrap/
H A DIcon.php28 $iconAttributes->addComponentAttributeValue(FetcherSvg::NAME_ATTRIBUTE, $name);
45 $tagAttributes->addComponentAttributeValue(TagAttributes::TYPE_KEY, FetcherSvg::ICON_TYPE);
73 …$tagAttributes->addComponentAttributeValue(MediaMarkup::$MEDIA_QUERY_PARAMETER, $mediaDokuPath->ge…
H A DButtonTag.php52 $tagAttributes->addComponentAttributeValue(Shadow::CANONICAL, true);
68 $tagAttributes->addComponentAttributeValue(TextColor::TEXT_COLOR_ATTRIBUTE, $type);
118 … $attributes->addComponentAttributeValue("spacing", "mr-2 mb-2 mt-2 mb-lg-0 mt-lg-0");
H A DSvgImageLink.php175 … $imgAttributes->addComponentAttributeValue(Dimension::WIDTH_KEY, $svgFetch->getRequestedWidth());
180 …$imgAttributes->addComponentAttributeValue(Dimension::HEIGHT_KEY, $svgFetch->getRequestedHeight());
H A DMediaMarkup.php596 … $this->extraMediaTagAttributes->addComponentAttributeValue(FloatAttribute::FLOAT_KEY, "right");
598 … $this->extraMediaTagAttributes->addComponentAttributeValue(Align::ALIGN_ATTRIBUTE, $align);
669 …$this->extraMediaTagAttributes->addComponentAttributeValue(Align::ALIGN_ATTRIBUTE, $this->getAlign…
757 $this->extraMediaTagAttributes->addComponentAttributeValue($key, $value);
852 … $this->extraMediaTagAttributes->addComponentAttributeValue($nonUrlAttribute, $value);
H A DPermalinkTag.php79 … $attributes->addComponentAttributeValue(syntax_plugin_combo_link::MARKUP_REF_ATTRIBUTE, $url);
108 …$attributes->addComponentAttributeValue(syntax_plugin_combo_link::MARKUP_REF_ATTRIBUTE, $canonical…
H A DFloatAttribute.php68 $attributes->addComponentAttributeValue("spacing","ms-3");
H A DGridTag.php163 $attributes->addComponentAttributeValue($key, $value);
179 $attributes->addComponentAttributeValue(Align::ALIGN_ATTRIBUTE, $value);
202 $attributes->addComponentAttributeValue(self::HTML_TAG_ATT, "div");
H A DTagAttributes.php429 $this->addComponentAttributeValue(self::CLASS_KEY, $className);
472 public function addComponentAttributeValue($attributeName, $attributeValue): TagAttributes function in ComboStrap\\TagAttributes
514 $this->addComponentAttributeValue($attributeName, $attributeValue);
860 $this->addComponentAttributeValue(TagAttributes::GENERATED_ID_KEY, $id);
1161 $this->addComponentAttributeValue($key, $value);
H A DLinkMarkup.php639 $this->stylingAttributes->addComponentAttributeValue($key, $value);
650 $this->stylingAttributes->addComponentAttributeValue($key, $value);
H A DBrandTag.php62 $tagAttributes->addComponentAttributeValue(self::WIDGET_ATTRIBUTE, $defaultWidget);
H A DTabsTag.php107 $tagAttributes->addComponentAttributeValue(Spacing::SPACING_ATTRIBUTE, "mb-3");
H A DHeadingTag.php551 $tagAttributes->addComponentAttributeValue(HeadingTag::LEVEL, $level);
H A DBrandButton.php552 $buttonAttributes->addComponentAttributeValue(TagAttributes::TYPE_KEY, $logicalTag);
H A DXmlTagProcessing.php433 $tagAttributes->addComponentAttributeValue($key, $value);
/plugin/combo/ComboStrap/Tag/
H A DBackgroundTag.php58 $attributes->addComponentAttributeValue(BackgroundAttribute::BACKGROUND_COLOR, $color);
199 …$backgroundAttributes->addComponentAttributeValue(BackgroundAttribute::BACKGROUND_IMAGE, $backgrou…
H A DWebCodeTag.php250 … $tagAttributes->addComponentAttributeValue(MermaidTag::MARKUP_CONTENT_ATTRIBUTE, $mermaidCode);
/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php344 $tagAttributes->addComponentAttributeValue(self::BACKGROUND_COLOR, "steelblue");