Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
addons:modules:blackgallery:lightbox:fancybox2 [2014/04/30 19:59] shadowcat |
addons:modules:blackgallery:lightbox:fancybox2 [2014/04/30 00:00] (aktuell) |
||
---|---|---|---|
Zeile 5: | Zeile 5: | ||
/modules/lib_jquery/plugins/fancyBox2/jquery.fancybox.pack.js | /modules/lib_jquery/plugins/fancyBox2/jquery.fancybox.pack.js | ||
| | ||
- | **Optional** | + | **Javascript Dateien optional** |
/modules/lib_jquery/plugins/fancyBox2/helpers/jquery.fancybox-buttons.js | /modules/lib_jquery/plugins/fancyBox2/helpers/jquery.fancybox-buttons.js | ||
Zeile 14: | Zeile 14: | ||
/modules/lib_jquery/plugins/fancyBox2/jquery.fancybox.css | /modules/lib_jquery/plugins/fancyBox2/jquery.fancybox.css | ||
+ | | ||
+ | **CSS Dateien optional** | ||
+ | |||
+ | /modules/lib_jquery/plugins/fancyBox2/jquery.fancybox-buttons.css | ||
+ | /modules/lib_jquery/plugins/fancyBox2/jquery.fancybox-thumbs.css | ||
| | ||
**Javascript Code:** | **Javascript Code:** | ||
Zeile 21: | Zeile 26: | ||
$(".lb_group").fancybox({ | $(".lb_group").fancybox({ | ||
beforeLoad: function() { | beforeLoad: function() { | ||
- | |||
this.title = $(this.element).parent().find('span.caption').html(); | this.title = $(this.element).parent().find('span.caption').html(); | ||
}, | }, |