Home -
Intro
Features
Moonwalk
Develop
Credits
Terms
Breadcrumbs Editpoints Installation Gallery Login Lingos Slideshow Start Styles
|
![]() ![]() ![]() Page 6 of 24 |
Select language:
The content of this file is completely transferred to the Wafaili inside help. This file may be discarded.
Daftari Hilfe-Dateien - Eigenschaften
Wafaili is a website editor web application. It is a folder with various html, js, php, and other files and subdirectories. The file to start with is wafaili.js.
Upload the Wafaili folder in the website directory on your server.
To make the Wafaili edit features work, add the two lines to your html file: (1) a the script tag in the header (2) an event handler in the body tag
<html> <head> <title>Page with Wafaili</title> <script type="text/javascript" src="wafaili.js"></script> </head> <body onload="wafaili();"> <p>...</p> </body> </html>
Wafaili combines various formerly separate modules. The modules are: Edit via Editpoint, Edit via Staticpoint, Lingos Feature, Wakati Gallery. The modules are described in chapter Features .
Insert the following script line in the HTML file:
<html> <head> <title>Page with Slideshow</title> <script type="text/javascript" src="../wakati-beslide.js"></script> </head> <body> <?php ... ?> <p>...</p> </body> </html>
So far, the Bretteleben Slideshow and Bootstrap are incompatible. To have the slideshow on a page, this page must not have an onload event handler added to the body tag.
....