Home
last modified time | relevance | path

Searched refs:getElementId (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/ComboStrap/
H A DTemplateSlot.php139 return WikiPath::createComboResource(":slot:{$this->getElementId()}.md");
148 $elementId = $this->getElementId();
156 return "Slot {$this->getElementId()} for {$this->contextPath}";
169 if ($this->getElementId() === self::MAIN_CONTENT_ID) {
220 function getElementId(): string function in ComboStrap\\TemplateSlot
227 return self::getPathNameFromElementId($this->getElementId());
H A DTemplateForWebPage.php616 $elementId = $slot->getElementId();
/plugin/webcomponent/syntax/
H A Drelated.php38 public static function getElementId() function in syntax_plugin_webcomponent_related
156 …$renderer->doc .= '<div id="'.self::getElementId().'" class="'.self::getElementName().'-container"…
/plugin/webcomponent/_test/
H A Drelated.test.php174 …$idElements = $response->queryHTML('#' . syntax_plugin_webcomponent_related::getElementId())->leng…