Home
last modified time | relevance | path

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

/template/strap/syntax/
H A Dlabel.php183 $headingId = $attribute[self::HEADING_ID];
193 … $renderer->doc .= "<div class=\"card-header\" id=\"$headingId\">" . DOKU_LF;
224 $headingId = $attribute[self::HEADING_ID];
233 … class=\"collapse $showClass\" aria-labelledby=\"$headingId\" data-{$dataNamespace}parent=\"#$head…
/template/strap/ComboStrap/
H A DOutlineSection.php25 private string $headingId; variable in ComboStrap\\OutlineSection
253 if (!isset($this->headingId)) {
276 $this->headingId = sectionID($label, $this->tocUniqueId);
278 return $this->headingId;
H A DEditButton.php113 $headingId = $attributes[\syntax_plugin_combo_edit::HEADING_ID];
114 if ($headingId !== null) {
115 $editButton->setOutlineHeadingId($headingId);