Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DDropDownTag.php8 class DropDownTag class
18 ->generateNewHtmlIdForComponent(DropDownTag::TAG);
H A DXmlTagProcessing.php81 case DropDownTag::TAG:
82 $renderer->doc .= DropDownTag::renderExitXhtml();
211 case DropDownTag::TAG:
212 $renderer->doc .= DropDownTag::renderEnterXhtml($tagAttributes);
/plugin/combo/syntax/
H A Dxmlinlinetag.php9 use ComboStrap\DropDownTag; alias
45 $array[] = DropDownTag::TAG;
H A Dlink.php10 use ComboStrap\DropDownTag; alias
474 case DropDownTag::TAG: