Home
last modified time | relevance | path

Searched defs:componentId (Results 1 – 5 of 5) sorted by relevance

/template/strap/ComboStrap/
DSnippetSystem.php152 function &attachCssInternalStyleSheet($componentId, string $script = null): Snippet
167 public function attachJavascriptFromComponentId($componentId, string $script = null): Snippet
183 function attachInternalJavascriptFromPathForRequest($componentId, Path $path): Snippet
195 public function getSnippetsForComponent($componentId): array
216 public function hasSnippetsForComponent($componentId): bool
228 function attachSnippetFromRequest($componentId, $type): Snippet
272 …ction attachSnippetFromComboResourceDrive(string $pathFromComboDrive, string $componentId): Snippet
286 …function attachRemoteJavascriptLibrary(string $componentId, string $url, string $integrity = null)…
303 …function attachRemoteJavascriptLibraryFromLiteral(string $componentId, string $url, string $integr…
326 …function attachRemoteCssStyleSheet(string $componentId, string $url, string $integrity = null): Sn…
[all …]
DSnippet.php151 private string $componentId; variable in ComboStrap\\Snippet
178 public static function createCssSnippetFromComponentId($componentId): Snippet
186 public static function createSnippetFromComponentId($componentId, $type): Snippet
201 … public static function getOrCreateFromComponentId(string $componentId, string $extension): Snippet
402 public static function createJavascriptSnippetFromComponentId(string $componentId): Snippet
952 public function setComponentId(string $componentId): Snippet
DIdManager.php46 …public function generateNewHtmlIdForComponent(string $componentId, Path $executingPath = null): st…
DIdentityFormsHelper.php157 public static function getHtmlStyleTag(string $componentId): string
DFetcherMarkup.php864 public function getSnippetsForComponent(string $componentId): array