Searched refs:elementId (Results 1 – 5 of 5) sorted by relevance
| /template/strap/ComboStrap/ |
| H A D | TemplateSlot.php | 49 private string $elementId; variable in ComboStrap\\TemplateSlot 52 public function __construct(string $elementId, WikiPath $contextPath) argument 55 $this->elementId = $elementId; 56 if (!in_array($elementId, self::SLOT_IDS)) { 57 …throw new ExceptionRuntimeInternal("$elementId is not a valid slot id. Valid ids are (" . ArrayUti… 64 …public static function createFromElementId(string $elementId, WikiPath $contextPath = null): Templ… argument 72 return new TemplateSlot($elementId, $contextPath); 109 static function getPathNameFromElementId($elementId) argument 111 switch ($elementId) { 127 …throw new ExceptionRuntimeInternal("Internal: The element ($elementId) was unexpected, it's not a … [all …]
|
| H A D | TemplateForWebPage.php | 260 public function hasElement(string $elementId): bool argument 262 return in_array($elementId, $this->getElementIds()); 308 foreach ($this->getElementIds() as $elementId) { 309 if ($elementId === TemplateSlot::MAIN_TOC_ID) { 317 … $this->slots[] = TemplateSlot::createFromElementId($elementId, $this->getRequestedContextPath()); 617 $elementId = $slot->getElementId(); 619 $model["$elementId-html"] = $slot->getMarkupFetcher()->getFetchString(); 623 …LogUtility::error("Error while rendering the slot $elementId for the template ($this)", self::CANO… 624 … $model["$elementId-html"] = LogUtility::wrapInRedForHtml("Error: " . $e->getMessage());
|
| /template/m1/ |
| D | script.js | 37 var elementId = $element.attr('id'), 40 if(typeof elementId === 'string' && '' !== elementId) { 41 $element.attr('id', elementId.replace(/([A-Za-z0-9_.\-]+)/g, 'sidr-id-$1'));
|
| /template/strap/resources/library/combo/ |
| H A D | combo.min.js.map | 1 …elementId = this.getControlId(elementIdCounter);\n let labelHtml = formField.to…
|
| /template/strap/resources/library/combo/dist/ |
| H A D | combo.min.js.map | 1 …elementId = this.getControlId(elementIdCounter);\n let labelHtml = formField.to…
|