Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:create:navigation [09.03.2020 12:34] erasmusen:create:navigation [09.03.2020 13:54] (current) erasmus
Line 18: Line 18:
 <code php> <code php>
 html( html(
-  "div".+  '<div>'
   buttonToPage('start').   buttonToPage('start').
   buttonToPage('contact').   buttonToPage('contact').
Line 39: Line 39:
     // Navigation     // Navigation
     html(     html(
-      "div".+      '<div>'
       buttonToPage('start').       buttonToPage('start').
       buttonToPage('contact').       buttonToPage('contact').
Line 64: Line 64:
  
 The layout of the page and its buttons can be changed with CSS. The layout of the page and its buttons can be changed with CSS.
-First some HTML-Code additions are requiered:+First some HTML-Code additions are required:
  
   * In the outer ''<div>'' block element, the ''style'' attribute adds a grey ''border'' at the top and bottom,   * In the outer ''<div>'' block element, the ''style'' attribute adds a grey ''border'' at the top and bottom,
Line 107: Line 107:
  
  
-===== Progress Identification =====+===== Progress Indication =====
  
 If there is no given order of answering the questions, you might want to show your participants their progress on your survey. If there is no given order of answering the questions, you might want to show your participants their progress on your survey.
Line 145: Line 145:
     // "services" -> $cServices     // "services" -> $cServices
     // "documents" -> $cDocuments     // "documents" -> $cDocuments
-    // ... can be added.+    // ... and so on.
          
          
en/create/navigation.txt · Last modified: 09.03.2020 13:54 by erasmus
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki