Home
last modified time | relevance | path

Searched refs:toHtmlEnterTag (Results 26 – 50 of 60) sorted by relevance

123

/plugin/combo/ComboStrap/
H A DHistoricalBreadcrumbMenuItem.php164 return $attributes->toHtmlEnterTag("a") . $name . "</a>";
H A DBrandListTag.php87 $html .= $brandTagAttributes->toHtmlEnterTag($buttonTag);
H A DCarrouselTag.php147 return $tagAttributes->toHtmlEnterTag("div");
H A DButtonTag.php175 return $tagAttributes->toHtmlEnterTag('button');
H A DIconTag.php142 $html .= $tooltipTag->toHtmlEnterTag("span");
H A DCardTag.php211 return $attributes->toHtmlEnterTag("div");
H A DMessage.php163 $message = $tagAttributes->toHtmlEnterTag("div");
/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php114 $backgroundTagAttribute->toHtmlEnterTag("div") .
129 $backgroundHTMLEnter = $backgroundTagAttribute->toHtmlEnterTag("div");
/plugin/combo/syntax/
H A Dtogglecollapse.php147 $renderer->doc .= $tagAttributes->toHtmlEnterTag("span");
H A Dtoggleexpand.php147 $renderer->doc .= $tagAttributes->toHtmlEnterTag("span");
H A Dcontentlistitem.php181 $renderer->doc .= $tagAttributes->toHtmlEnterTag("li");
H A Daccordion.php205 $renderer->doc .= $attributes->toHtmlEnterTag("div");
H A Dhighlightwiki.php66 return $tagAttributes->toHtmlEnterTag($htmlTag);
H A Dnote.php185 $renderer->doc .= $attributes->toHtmlEnterTag('div');
H A Dcell.php262 $renderer->doc .= $attributes->toHtmlEnterTag("div");
H A Dtoggle.php204 $renderer->doc .= $tagAttributes->toHtmlEnterTag("button");
H A Dtooltip.php21 * a tooltip on the container which makes the output of {@link TagAttributes::toHtmlEnterTag()}
189 * class at the end of {@link TagAttributes::toHtmlEnterTag()}
237 ->toHtmlEnterTag("span");
H A Dmenubar.php286 $renderer->doc .= $tagAttributes->toHtmlEnterTag("nav");
H A Dbadge.php252 $renderer->doc .= $tagAttributes->toHtmlEnterTag("span") . DOKU_LF;
/plugin/combo/ComboStrap/Tag/
H A DBoxTag.php120 return $tagAttributes->toHtmlEnterTag($htmlTagName);
H A DFollowTag.php78 $html = $tagAttributes->toHtmlEnterTag("a");
H A DMermaidTag.php61 $html = $tagAttributes->toHtmlEnterTag("div");
H A DShareTag.php88 $rendererHtml = $buttonAttributes->toHtmlEnterTag($element);
H A DBarTag.php131 $html = $attributes->toHtmlEnterTag($htmlTag);
H A DWebCodeTag.php267 $html = $tagAttributes->toHtmlEnterTag("div");
513 $iFrameHtml = $tagAttributes->toHtmlEnterTag("iframe") . '</iframe>';

123