Nav This is a required tag
//nav.<direction>.<startLevel>.<endLevel>.(imageToggle).
(flyOutToggle).(flyOutHorizontalToggle).(stretchToggle).('target')//
This places dynamic navigation anywhere on your template and gives the ability to customize which levels, which direction, and whether text style sheets or graphic images are used. Can be placed anywhere in your HTML template within the <body> tags. The following values are acceptable:
Required Paremeters:
<direction> = hor,ver
<startLevel> = #
<endLevel> = #
Optional Parameters:
(imageToggle) = btn
(flyOutToggle) = fly
(flyOutHorizontalToggle ) = flyHor
(stretchToggle) = stretchToParent
('target') = Any valid string.
Usage(a):
//nav.hor.1.1//
Generated Lasso Code(a):
[$QW_Navigation->( FormatLevel: -beginLevel=1, -direction='hor', -endLevel=1 )]
Results(a):
A horizontal navigation bar showing level 1 only using text style sheets.
Usage(b):
//nav.ver.2.10.btn//
Generated Lasso Code(b):
[$QW_Navigation->( FormatLevel: -beginLevel=1, -direction='ver', -endLevel=10, -useBtn )]
Results(b):
A vertical navigation bar showing levels 2 through 10 nested within each other using images.
Usage(c):
//nav.hor.1.10.btn.fly.stretchToParent//
Generated Lasso Code(c):
[$QW_Navigation->( FormatLevel: -beginLevel=1, -direction='hor', -endLevel=1, -useBtn, -useFlyOut, -stretchToParent )]
Results(c):
A horizontal navigation bar showing levels 1 through 10 with images (if available) and javascript flyouts that stretch to the size of their parents.
Usage(d):
//nav.hor.1.10.btn.fly.stretchToParent.'myTargetFrame'//
Generated Lasso Code(d):
[$QW_Navigation->( FormatLevel: -beginLevel=1, -direction='hor', -endLevel=1, -useBtn, -useFlyOut, -stretchToParent, -target="myTargetFrame" )]
Results(d):
A horizontal navigation bar showing levels 1 through 10 with images (if available) and javascript flyouts that stretch to the size of their parents. Each link will also have a target frame.
|
 |
|