Home
last modified time | relevance | path

Searched refs:snippetId (Results 1 – 12 of 12) sorted by relevance

/plugin/combo/ComboStrap/
H A DImageLink.php107 $snippetId = self::LIGHTBOX;
108 $linkTagAttributes->addClassName(StyleAttribute::addComboStrapSuffix($snippetId));
115 $snippetManager->attachJavascriptFromComponentId($snippetId);
116 $snippetManager->attachCssInternalStyleSheet($snippetId);
H A DCarrouselTag.php132 $snippetId = CarrouselTag::TAG;
136 $snippetSystem->attachCssInternalStyleSheet($snippetId)->setCritical(false);
142 $snippetSystem->attachJavascriptFromComponentId($snippetId);
H A DLazyLoad.php151 $snippetId = "lazy-load-fade";
152 $snippetManager->attachCssInternalStyleSheet($snippetId);
H A DSnippetSystem.php235 * @param string $snippetId
241 function attachJavascriptComboResourceForSlot(string $snippetId, string $pathFromComboDrive, string $integrity = null): Snippet argument
246 ->setComponentId($snippetId)
H A DBrandTag.php90 $snippetId = $brandButton->getStyleScriptIdentifier();
91 PluginUtility::getSnippetManager()->attachCssInternalStyleSheet($snippetId, $style);
H A DPageExplorerTag.php622 $snippetId = PageExplorerTag::CANONICAL . "-" . $pageExplorerType;
627 PluginUtility::getSnippetManager()->attachJavascriptFromComponentId($snippetId);
631 PluginUtility::getSnippetManager()->attachCssInternalStyleSheet($snippetId);
H A DSnippet.php244 * @param $snippetId - a logical id
248 public static function getClassFromComponentId($snippetId): string argument
250 return StyleAttribute::addComboStrapSuffix("snippet-" . $snippetId);
/plugin/combo/syntax/
H A Drailroad.php184 $snippetId = self::TAG;
186 $snippetManager->attachCssInternalStyleSheet($snippetId);
187 $snippetManager->attachJavascriptFromComponentId($snippetId);
198 $snippetId,
/plugin/combo/ComboStrap/Tag/
H A DMermaidTag.php37 $snippetId = self::CANONICAL;
38 $snippetManager->attachJavascriptFromComponentId($snippetId);
41 $snippetId,
H A DFollowTag.php68 $snippetId = $brand->getStyleScriptIdentifier();
69 PluginUtility::getSnippetManager()->attachCssInternalStyleSheet($snippetId, $style);
H A DShareTag.php54 $snippetId = $brandButton->getStyleScriptIdentifier();
55 PluginUtility::getSnippetManager()->attachCssInternalStyleSheet($snippetId, $style);
/plugin/combo/ComboStrap/TagAttribute/
H A DToggle.php92 $snippetId = self::CANONICAL."-$id";
93 PluginUtility::getSnippetManager()->attachCssInternalStyleSheet($snippetId, $styleSheet);