Home - Intro Features Moonwalk Develop Credits Terms Breadcrumbs Editpoints Installation Gallery Login Lingos Slideshow Start Styles
|
Page 13 of 24 |
This text may be redundant. قد يكون هذا النص زائدة. 这个文本可能是多余的. Tento text může být redundantní. Ce texte peut être redondante. Dieser Text kann redundant sein. यह पाठ बेमानी हो सकता है. Questo testo può essere ridondante. このテキストは、冗長であること. Этот текст может быть избыточной. Este texto puede ser redundante. Nakala hii inaweza kuwa na kutokuwa na.
Daftari Help Files - Features دفتري ملفات المساعدة - ملامح Daftari帮助文件 - 特点 Daftari Nápověda - Features Daftari Aide - Traits Daftari Hilfe-Dateien - Eigenschaften Daftari सहायता फ़ाइलें - विशेषताएँ Daftari File Della Guida - Lineamenti Daftariヘルプファイル - 特長 Дафтари Помощь - Особенности Daftari Archivos de Ayuda - Características Daftari Msaada Files - Features
The slideshow it is derrived from "bretteleben.de JavaScript Slideshow" - Version 20100412 published by Andreas Berger at 2010-04-12 under the GNU GPL (http://www.gnu.org/copyleft/gpl.html).
Physically the slideshow is the one file wakati-beslide.js plus some helper files. The original filename by Andreas Berger was be_slide.js.
Hook the script into a HTML by adding in the header this line:
<script type="text/javascript" src="../wakati-beslide.js"></script>
One of the advanced techniques in this script is autoregistering, means the script registers it's wanted onload event itself during load time. You don't have to care about the body tag of your HTML. Almost not.
Because the drawback of this technique is, that no other onload event must be registered in the body tag. That would destroy the one set by Beslide's. The Beslide's onload handler would just not work, this makes a hard to debug situation. So it is important, that no onload event in the body tag is registered.
<body class="epsgallery"> <!-- FINE --> <!-- SLIDESHOW WILL NOT WORK WITH THIS: --> <body onload="wafaili();" class="epsgallery">
.
One neuralgic topic with Beslide are the pathes to it's ressourec files and to the pictures to show.
Locations in the code with such pathes are e.g.
// .. // ..
.
. | Andreas Bergers bretteleben.de JavaScript Slideshow - Updated 20100412! . | Article, download |
.
.