NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:technik:aufruf-interner-funktionen:skript-in-den-head-bereich [2011/08/31 00:30] Knut Heermann (flip-flop) |
deutsch:technik:aufruf-interner-funktionen:skript-in-den-head-bereich [2018/06/03 18:08] (current) |
||
|---|---|---|---|
| Line 112: | Line 112: | ||
| === JavaScript: === | === JavaScript: === | ||
| + | Aktuell im Sitetemplate ausgewählte (aber nicht standardmäßig zu laden aktivierte) js-libary starten: | ||
| + | <code html> | ||
| + | <!-- JS: initJSLib --> | ||
| + | </code> | ||
| + | \\ | ||
| + | - andere JS-Dateine einbinden | ||
| <code html> | <code html> | ||
| <!-- JS: {TEMPLATE}inc_js/calendarDateInput/calendarDateInputX.js --> | <!-- JS: {TEMPLATE}inc_js/calendarDateInput/calendarDateInputX.js --> | ||
| Line 118: | Line 123: | ||
| </code> | </code> | ||
| + | \\ | ||
| - Plugins einbinden (jQuery) z.B. mit den Dateien in: | - Plugins einbinden (jQuery) z.B. mit den Dateien in: | ||
| * template/lib/jquery/plugin/ui-1.8.custom.min.js | * template/lib/jquery/plugin/ui-1.8.custom.min.js | ||
| Line 140: | Line 146: | ||
| \\ | \\ | ||
| - | - Laden von More Komponenten. | + | - Laden von More Komponenten: |
| <code html> | <code html> | ||