NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:andere-erweiterungen:mootools:smooth-to-top-anchor [2011/07/29 13:31] Knut Heermann (flip-flop) created |
deutsch:andere-erweiterungen:mootools:smooth-to-top-anchor [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{indexmenu_n>10}} | + | {{indexmenu_n>30}} |
| Line 54: | Line 54: | ||
| * In der Vorlage wird in "HAUPT:" an irgendeiner Stelle das JS-Plugin initialisiert <code html><!-- JS: SmoothScrollToTop-1.2 --></code>oder<code html><!-- JS: SmoothScrollToTop-1.3 --></code> | * In der Vorlage wird in "HAUPT:" an irgendeiner Stelle das JS-Plugin initialisiert <code html><!-- JS: SmoothScrollToTop-1.2 --></code>oder<code html><!-- JS: SmoothScrollToTop-1.3 --></code> | ||
| - | * + V 1.31: Dis MooTools Plugins "Fx.Scroll" und "Fx.SmoothScroll" müssen hinzugeladen werden: <code html><!-- JS: MORE:Fx/Fx.Scroll,Fx/Fx.SmoothScroll --></code> | + | * Die MooTools Plugins "Fx.Scroll" und "Fx.SmoothScroll" müssen hinzugeladen werden: <code html><!-- JS: MORE:Fx/Fx.Scroll,Fx/Fx.SmoothScroll --></code> |
| + | |||
| + | * An den Anfang der Seite wird der top-Anker mit <code html><a id="top" name="top"></a></code>gesetzt. | ||
| + | * Ein Aufruf des Ankers wird mit <code html><a href="#top"></code> gesetzt. (Im CMS kann in jedem CP dieser Aufruf durch den Schalter "Top-Link: [x]" automatisch generiert werden). | ||
| \\ | \\ | ||
| Line 62: | Line 65: | ||
| ==== Vorlage: ==== | ==== Vorlage: ==== | ||
| - | |||
| {{:deutsch:andere-erweiterungen:mootools:be_smooth_scroll_totop_1.gif|}} | {{:deutsch:andere-erweiterungen:mootools:be_smooth_scroll_totop_1.gif|}} | ||