Search found 2 matches

by benfel
Thu May 12, 2005 8:35 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Dynamically change clickfunction property of an item
Replies: 3
Views: 2884

Hi Ruth,

I found the solution of my problem. It came from my code.
The function mm_changeItemProperty works very well, indeed.

Sorry to have disturbded you

Benfel
by benfel
Wed May 11, 2005 3:55 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Dynamically change clickfunction property of an item
Replies: 3
Views: 2884

Dynamically change clickfunction property of an item

Hi all, I try to use the following function to dynamically change the clickfunction property of an item : function mm_changeItemProperty(menuName, itemName, codeRef, newValue, updateDisplay) { menuName = menuName.toLowerCase(); for (i=0; i<_mi.length; i++) if (_mi[i][1].replace(/\&nbsp\;/ig,' ')...