Home
last modified time | relevance | path

Searched refs:htmlAttributes (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/ComboStrap/
H A DTabsTag.php174 $htmlAttributes = TagAttributes::createEmpty();
176 $htmlAttributes->addClassName("active");
177 $htmlAttributes->addOutputAttributeValue("aria-selected", "true");
179 $html .= $htmlAttributes
H A DSnippet.php129 private array $htmlAttributes; variable in ComboStrap\\Snippet
652 $this->htmlAttributes[$name] = $value;
741 if (!isset($this->htmlAttributes)) {
744 return $this->htmlAttributes;
806 if (isset($this->htmlAttributes)) {
807 $dataToSerialize[self::JSON_HTML_ATTRIBUTES_PROPERTY] = $this->htmlAttributes;
H A DRasterImageLink.php343 $htmlAttributes = $attributes->toHTMLAttributeString();
344 $imgHTML = '<img ' . $htmlAttributes . '/>';
/plugin/combo/ComboStrap/Tag/
H A DAdTag.php150 $htmlAttributes = $attributes
158 <div $htmlAttributes>
/plugin/combo/syntax/
H A Dlink.php267 $htmlAttributes = TagAttributes::createEmpty(self::TAG);
279 $htmlAttributes->addComponentAttributeValue(self::MARKUP_REF_ATTRIBUTE, $markupRef);
297 $htmlAttributes->mergeWithCallStackArray($parent->getAttributes());
315 $htmlAttributes->addClassName(self::STRETCHED_LINK);
323 $returnedArray[PluginUtility::ATTRIBUTES] = $htmlAttributes->toCallStackArray();