Home
last modified time | relevance | path

Searched refs:setComponentAttributeValue (Results 1 – 8 of 8) sorted by relevance

/plugin/combo/ComboStrap/Tag/
H A DAdTag.php151 ->setComponentAttributeValue(ColorRgb::COLOR, "dark")
152 ->setComponentAttributeValue(Spacing::SPACING_ATTRIBUTE, "m-3 p-3")
153 ->setComponentAttributeValue(Align::ALIGN_ATTRIBUTE, "center text-align")
154 ->setComponentAttributeValue(Dimension::WIDTH_KEY, "600")
155 ->setComponentAttributeValue("border-color", "dark")
H A DBoxTag.php42 $attributes->setComponentAttributeValue(self::HTML_TAG_ATTRIBUTE, self::DEFAULT_HTML_TAG);
H A DBarTag.php65 $tagAttributes->setComponentAttributeValue(Hero::ATTRIBUTE, $size);
/plugin/combo/ComboStrap/
H A DPanelTag.php97 $tagAttributes->setComponentAttributeValue(PanelTag::SELECTED, false);
106 $tagAttributes->setComponentAttributeValue(PanelTag::SELECTED, true);
H A DTagAttributes.php501 public function setComponentAttributeValue($attributeName, $attributeValue): TagAttributes function in ComboStrap\\TagAttributes
1145 $this->setComponentAttributeValue(TagAttributes::TYPE_KEY, $type);
1164 $this->setComponentAttributeValue($key, $value);
1208 $this->setComponentAttributeValue("id", $id);
1504 return $this->setComponentAttributeValue("id", $id);
H A DIcon.php74 $tagAttributes->setComponentAttributeValue(FetcherSvg::NAME_ATTRIBUTE, $mediaDokuPath->getLastNameWithoutExtension());
H A DIconTag.php63 $tagAttributes->setComponentAttributeValue(ColorRgb::COLOR, $color);
H A DPageExplorerTag.php289 $pageExplorerTagAttributes->setComponentAttributeValue(TagAttributes::ID_KEY, $id);