Home   -   Intro   Features   Moonwalk   Develop   Credits   Terms   Daftari Page Menue

Breadcrumbs   Editpoints   Installation   Gallery   Login   Lingos   Slideshow   Start   Styles  

Goto previous pageGoto parent pageGoto next page
Page 6 of 24

Select language: Flag of ... Flag of ... Flag of ... Flag of ... Flag of ... Flag of ... Flag of ... Flag of ... Flag of ... Flag of ... Flag of ... Flag of ... Flag of ...

Blocco Notes Logo

The content of this file is completely transferred to the Wafaili inside help. This file may be discarded.

Daftari Hilfe-Dateien - Eigenschaften

Installation

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.

Preparation

Upload the Wafaili folder in the website directory on your server.

Page Edit

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 .

Slideshow

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.

Breadcrumbs

....

 

Switch edit mode on/off About Go Login Go Settings Go Tools Go Help View page source Show page properties Browser Info
Edit element Insert P before Insert P after Insert UL before Insert UL after Insert LI before Insert LI after Insert H2 before Insert H2 after Insert H3 before Insert H3 after Insert PRE before Insert PRE after Show element properties