API: Gui
Filename:
Released With:
5.0.0
Current Version:
1.0.0
Status: Active
Min Lasso Tested: 8.1.0
Max Lasso Tested: 8.5.3
Related:
Still don't get it?
Check out the talk list archives, or join and ask your questions.
Documentation Error or Request?
Email documentation corrections or comments
The mnuText configuration file defines the text, links, and other attributes of horizontal and vertical text menus created by fwpGui_hTextMenu and fwpGui_vTextMenu. These files can go in either the /site/configs/ folder or a module's /_resources/configs/ folder.
The file extension is programmer defined using $fw_gCnfgExt.
menuLink```menuName```menuIndent```menuHighlight\r
Each menu item is on a separate line. For both vertical and horizontal menus, there are four items:
menuLink - the pathname to a page
menuName - the menu item title
menuIndent - the number of spaces or fill characters defined by the tag to insert for indenting (ignored by horizontal menus)
menuHighlight - the highlight method {none|page|path}. Highlighting of the current menu item is handled with a CSS span class name of fwptxtmenuhilite.
Vertical menus require indent values, even if set to zero. Horizontal menus will ignore indent values (so the same file can be used for both), or indent values can be eliminated.
Files can have blank lines and lines that start with # or // for commenting.
/demo/menus.lasso```Simple Shapes```0```none /demo/menus.lasso```Square```4```none /demo/menus.lasso```Circle```4```none /demo/menus.lasso```Rectangle```4```none /demo/menus.lasso```Complex Shapes```0```none /demo/menus.lasso```Two Dimensional```4```none /demo/menus.lasso```Trapezoid```8```none /demo/menus.lasso```Ellipsis```8```none /demo/menus.lasso```Three Dimensional```4```none /demo/menus.lasso```Sphere```8```none /demo/menus.lasso```Cylinder```8```none /demo/menus.lasso```Pyramid```8```none
See also the /demo/menus page for more examples.
© 2002-2012, pageblocks.org