|
home / samples
Sample Menus
Want to see some examples of what you can do with HierMenus? The links below will
take you to example pages displaying pop up and/or drop down menus illustrating
each of the described features.
On each sample page a link is provided that will allow you to study the configuration
file we used to create the menus on that page. Note that in our configuration file
examples, we make extensive use of HM_f_SetMenuTemplate, and little to no
use of HM_f_UpdateDefaults. As we explain in our
setup instructions,
this is typically the opposite of what you would normally do. However, for our sample
pages we needed to be able to generate both our main navigation menus (in the upper
left) as well as our custom samples, and in this case the use of
HM_f_SetMenuTemplate ensures that we keep our sample menu settings separate
from our main menu settings. Most sites won't have this unique situation; and we
therefore recommend as a general rule the assignment of global settings via
HM_f_UpdateDefaults, with HM_f_SetMenuTemplate used only
for groups of menus that differ from the defaults.
|