Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DSnippet.php49 const EXTENSION_JS = "js"; define in ComboStrap\\Snippet
198 * @param string $extension - {@link Snippet::EXTENSION_CSS css} or {@link Snippet::EXTENSION_JS js}
404 return Snippet::createSnippetFromComponentId($componentId, self::EXTENSION_JS);
489 case self::EXTENSION_JS:
872 if ($this->getExtension() === Snippet::EXTENSION_JS) {
937 case Snippet::EXTENSION_JS:
993 case Snippet::EXTENSION_JS:
1186 $this->getExtension() === self::EXTENSION_JS
H A DSnippetSystem.php168 $snippet = Snippet::getOrCreateFromComponentId($componentId, Snippet::EXTENSION_JS);
H A DBootstrap.php310 case Snippet::EXTENSION_JS:
H A DTemplateForWebPage.php688 $model['head-html'] .= Snippet::getOrCreateFromComponentId("toast", Snippet::EXTENSION_JS)->toXhtml();