Search found 7 matches

by udi
Thu Dec 09, 2004 2:13 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Add an item to a menu after drawMenus() has been called?
Replies: 14
Views: 14739

Status

Hi Guys,

I thought I'd bump this topic back up to see if any progress has been made on this request. I suspect that a number of people could benefit from add/remove functionsi that work dynamically. It would open up a large number of possible uses for the menus.

So, if there is any news on this ...
by udi
Wed Sep 01, 2004 10:29 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Deleting menu item dynamically
Replies: 2
Views: 2786

Deleting menu item dynamically

At the risk of being a nuisance, I'd like to ask this question one more time and I am hopeful of an answer. Andy and Kevin were kind enough to provide some wonderful code allowing me to add an item to a menu dynamically after it has been rendered ( See this thread for more information ). The other ...
by udi
Sun Aug 29, 2004 10:19 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Add an item to a menu after drawMenus() has been called?
Replies: 14
Views: 14739

I'm with Steven on this one. If there was also a way to delete a menu item, that would be quite helpful as well.

Thanks again,
Udi
by udi
Sat Aug 28, 2004 6:41 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Add an item to a menu after drawMenus() has been called?
Replies: 14
Views: 14739

Kevin+Andy,

It works! This is great. Thanks a lot guys...

I'm happier about my decision to buy this menu every day.

Udi
by udi
Fri Aug 27, 2004 9:32 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Items URLs
Replies: 3
Views: 3147

I haven't double checked this, but I think if you just get rid of the leading forward slash you'll be fine.

Change: url=/general/equipment.html
To: url=general/equipment.html

Hope that helps
by udi
Fri Aug 27, 2004 9:12 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Add an item to a menu after drawMenus() has been called?
Replies: 14
Views: 14739

Thanks for this. I can actually see a few nice uses for the insertItem method you've posted.

But, I'm not quite sure that it is doing what I had in mind in my original post. It looks like you're calling the insertItem method before drawMenus() is called, before the menus are "committed" to the ...
by udi
Mon Aug 23, 2004 8:22 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Add an item to a menu after drawMenus() has been called?
Replies: 14
Views: 14739

Add an item to a menu after drawMenus() has been called?

Has anyone looked into a nice way to add an item to the menu using the dom after it has been rendered?

I would like a user event to result in the addition of an item to a menu on the fly without refreshing the page. For example: The user clicks on a link titled "Click here to add 'Test Menu Item ...