Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DCardTag.php153 $callStack->processEolToEndStack([TagAttributes::CLASS_KEY => "card-text"]);
253 TagAttributes::CLASS_KEY => 'card-body',
H A DTagAttributes.php127 const CLASS_KEY = "class"; define in ComboStrap\\TagAttributes
162 const MULTIPLE_VALUES_ATTRIBUTES = [self::CLASS_KEY, self::REL, Align::ALIGN_ATTRIBUTE];
180 TagAttributes::CLASS_KEY,
429 $this->addComponentAttributeValue(self::CLASS_KEY, $className);
439 $value = $this->getValue(self::CLASS_KEY, $default);
H A DOutlineVisitor.php287 TagAttributes::CLASS_KEY => StyleAttribute::addComboStrapSuffix("outline-header"),
H A DFetcherSvg.php531 $url->addQueryParameter(TagAttributes::CLASS_KEY, $this->getRequestedClass());
1446 case TagAttributes::CLASS_KEY:
H A DMediaMarkup.php90 TagAttributes::CLASS_KEY,
/plugin/combo/syntax/
H A Dcontentlist.php93 TagAttributes::CLASS_KEY => syntax_plugin_combo_contentlistitem::LIST_GROUP_ITEM_CLASS,