Home
last modified time | relevance | path

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

/plugin/combo/syntax/
H A Dcontentlistitem.php22 const LIST_GROUP_ITEM_CLASS = "list-group-item"; define in syntax_plugin_combo_contentlistitem
180 $tagAttributes->addClassName(self::LIST_GROUP_ITEM_CLASS);
H A Dcontentlist.php93 TagAttributes::CLASS_KEY => syntax_plugin_combo_contentlistitem::LIST_GROUP_ITEM_CLASS,
261 … $child->addClassName(syntax_plugin_combo_contentlistitem::LIST_GROUP_ITEM_CLASS);