I am sorry to ask such a basic question. Is there a way to gray out (make inoperative but still have them show) menu entries?
Thanks.
Graying out menu items...
-
- Beginner
- Posts: 1
- Joined: Tue Mar 14, 2006 7:20 pm
- Contact:
Graying out menu items...
Bruce Binder
Hi
it is possible to modify details of a menu item by
http://milonic.com/mm_menueditapi.js
Syntax is included
a demo is here (not exactly your issue "graying out", which could be done by setting different color properties and/or removing the url from the item)
http://milonic.com/menueditapi.php
Michael
it is possible to modify details of a menu item by
http://milonic.com/mm_menueditapi.js
Syntax is included
a demo is here (not exactly your issue "graying out", which could be done by setting different color properties and/or removing the url from the item)
http://milonic.com/menueditapi.php
Michael
Hi,
If by graying out you mean to disable the item, there is also a demo for a function called mm_changeItemProperty which allows you to change the various properties, including putting in the type=disabled.
http://support.milonic.com/demos/change ... /index.htm
Down at the bottom of the page is a link to More Demos, one of those is to disable an item.
Ruth
If by graying out you mean to disable the item, there is also a demo for a function called mm_changeItemProperty which allows you to change the various properties, including putting in the type=disabled.
http://support.milonic.com/demos/change ... /index.htm
Down at the bottom of the page is a link to More Demos, one of those is to disable an item.
Ruth