Cold Fusion Tag for dhtmlXMenu
This chapter also included into main documentation for dhtmlXMenu.
...configuration xml...
name - [optional] name of the tree js object to use in javascript, if skiped, then name autogenerated
width - [optional] width of the menu
height - [optional] height of the menu
mode - [optional] set horisontal ("classic") or vertical ("popup") orientation of menu ( horisontal orientation is default ), also can set some additional modes, which shown in "Vertical design" example.
type - [optional] set menu item design (for more details see chapter "Configuring with XML" in guide, default type is "A2").
withoutImages - [optional] force menu item without images on top level
mixedImages - [optional] allow menu items with images and without images on top level.
title - [optional] title of menu
align - [optional] align of menu buttons (left,right,center for horisontal menu, top,bottom,middle for vertical menu)
JSPath - [optional] absolute or relative path to directory which contains tree js files, "js" directory by default
CSSPath - [optional] absolute or relative path to directory which contains tree css files, "css" directory by default
xmlFile - [optional] url of the configuration xml file
style - [optional] style for the menu box
onSelect - [optional] javascript function to call on button selection
context - [optional] create menu as context menu. For more detail on context menu look "dhtmlXContextMenu tag help"
For description of optional configuration xml - see chapter "Configuring with XML"
Minimal possible tag syntax with on-page xml:
Minimal possible tag syntax with server-side xml:
With common used attributes
Vertical designed menu