Home - Intro Features Moonwalk Develop Credits Terms Breadcrumbs Editpoints Installation Gallery Login Lingos Slideshow Start Styles
|
Page 6 of 24 |
The content of this file is completely transferred to the Wafaili inside help. This file may be discarded.
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
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.
....