Home
last modified time | relevance | path

Searched refs:addHtmlAttribute (Results 1 – 3 of 3) sorted by relevance

/template/strap/syntax/
H A Dmath.php164 ->addHtmlAttribute("type", "text/x-mathjax-config");
/template/strap/ComboStrap/
H A DBlockquoteTag.php277 ->addHtmlAttribute("id", "twitter-wjs");
H A DSnippet.php618 $snippet->addHtmlAttribute($name, $value);
650 public function addHtmlAttribute(string $name, string $value): Snippet function in ComboStrap\\Snippet