Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DGridTag.php36 public const HTML_TAG_ATT = "html-tag"; define in ComboStrap\\GridTag
202 $attributes->addComponentAttributeValue(self::HTML_TAG_ATT, "div");
490 $htmlElement = $attributes->getValueAndRemove(GridTag::HTML_TAG_ATT, "div");
498 $htmlElement = $tagAttributes->getValue(GridTag::HTML_TAG_ATT);