• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..Today-

INFOH A D01-Jun-2016282 97

READMEH A D01-Jun-20161.2 KiB3629

VERSIONH A D01-Jun-201610 11

csshover3.htcH A D01-Jun-20169.1 KiB262212

plugin.info.txtH A D01-Jun-2016269 108

style.cssH A D01-Jun-20166.3 KiB313267

style.iniH A D01-Jun-2016256 76

syntax.phpH A D01-Jun-20163.6 KiB9550

README

1/**
2*  topbarsyntax Plugin: delivers css based menu on dw page wherever you want to have it
3*
4* @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5* @author     Taggic <taggic@t-online.de>
6*/
7
8Intro
9------
10This syntax plugin is derived from simple template created by Michael Klier and
11modified to deliver vertical css menues. It delivers you the possibility to place
12it within the page syntax of dw wherever you might need it.
13
14Syntax
15-------
16There are two parameters. The first defines the width of the menu. There are all
17css compatible width values allowed (like px, %, em). The second parameter configures
18the menu orientation (h = horizontal, vl = vertical, left sided, vr = vertical, right sided).
19
20  horizontal menu bar syntax             = {{topbarsyntax>850px,h}}
21  left sided vertical menu bar syntax    = {{topbarsyntax>12em,vl}}
22  right sided vertical menu bar syntax    = {{topbarsyntax>12em,vr}}
23
24Installation
25------------
26 Just download and extract it as folder �topbarsyntax� into your �\lib\plugins�
27 directory.
28
29
30Configuration
31--------------
32CSS file can be modified to your needs according menu-item width, colors, etc.
33
34Examples/Usage
35--------------
36for examples please refer to: http://www.fristercons.de/fcon/doku.php?id=tips:tips_topbar