Creates a menu or tool bar (a horizontally arranged menu). Any menu item can be the top
level of a submenu.
<cfmenu>
cfmenu();
horizontal
horizontal
vertical
The example about simple menu with menuItems.It is supported in cf 10,11 & 16.
<cfmenu name='menu' type="horizontal" fontsize="14" bgcolor="##CCFFFF">
<cfmenuitem name="acrobat" href="http://www.adobe.com/acrobat" display="Acrobat"/>
<cfmenuitem name="aftereffects" href="http://www.adobe.com/aftereffects" display="After Effects"/>
</cfmenu>
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.