Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DSlotManagerMenuItem.php105 … $html = "<p>Edit and/or create the <a href=\"{$url->toHtmlString()}\">slots</a> of the page</p>";
151 …$html .= "<tr><td class='pe-2'>$action</td><td><a href=\"{$url->toHtmlString()}\" class=\"$class\"…
H A DEditButton.php309 ->toHtmlString();
H A DSite.php379 ->toHtmlString();
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php359 …omPath(WikiPath::createComboResource("webcode:webcode-iframe.css"))->getFetchUrl()->toHtmlString();
372 …omPath(WikiPath::createComboResource("webcode:webcode-console.js"))->getFetchUrl()->toHtmlString();
/plugin/combo/ComboStrap/Web/
H A DUrl.php898 public function toHtmlString(): string function in ComboStrap\\Web\\Url