Searched refs:headingId (Results 1 – 3 of 3) sorted by relevance
183 $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…
25 private string $headingId; variable in ComboStrap\\OutlineSection253 if (!isset($this->headingId)) {276 $this->headingId = sectionID($label, $this->tocUniqueId);278 return $this->headingId;
113 $headingId = $attributes[\syntax_plugin_combo_edit::HEADING_ID];114 if ($headingId !== null) {115 $editButton->setOutlineHeadingId($headingId);