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