Search found 11 matches

by gelid
Thu Mar 23, 2006 12:40 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need Help - mm_insertItem - Insert items into existing menu
Replies: 35
Views: 20384

Where can i get the file that is working? I am still having issues with the file i have.

Thanks,
by gelid
Mon Mar 20, 2006 8:34 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need Help - mm_insertItem - Insert items into existing menu
Replies: 35
Views: 20384

I took a look at the .NET control demo. It was nice but did not provide the funcitonality that I was look for. I ended up building a few controls of my own and a class library to handle all Milonic menu functions. 1. Yes, the static menu is available to all users. I reference this menu through an js...
by gelid
Mon Mar 20, 2006 7:38 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need Help - mm_insertItem - Insert items into existing menu
Replies: 35
Views: 20384

I have submitted it to Milonic support as well. I am posting in the forums because support has not been able to resolve it yet. Here is what I am trying to do. I have a standard menu filled with static menu items. I also have several dynamic items what will be added tot he menu based on the type of ...
by gelid
Mon Mar 20, 2006 6:16 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need Help - mm_insertItem - Insert items into existing menu
Replies: 35
Views: 20384

I get an error using either one of those lines. I would also like to see the version that is working. Is anyone trying to do this on page load? I am trying to add menu items on page load; meaning I am not using any type of button click or anything to create the menu as is done in the sample. Any hel...
by gelid
Mon Mar 06, 2006 9:06 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need Help - mm_insertItem - Insert items into existing menu
Replies: 35
Views: 20384

here is a link http://www.infinitumpro.net/site/default.htm to a sample of what I am trying to do. The file is not pretty because I had to remove all of the info my companies internal info, but the page is functional as is. You will notice I have some javascript commented out in the html, uncomment ...
by gelid
Fri Mar 03, 2006 9:25 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need Help - mm_insertItem - Insert items into existing menu
Replies: 35
Views: 20384

Doing something wrong

I obviously still doing something wrong. Here is my code. Main Static Menu w/ style: with(MainMenuStyle=new mm_style()){ styleid="1"; styledescription="MainMenuStyle"; bordercolor="#8A867A"; borderstyle="solid"; borderwidth="1"; fontfamily="Taho...
by gelid
Tue Feb 14, 2006 2:41 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need Help - mm_insertItem - Insert items into existing menu
Replies: 35
Views: 20384

I thought the insertitem was replaced with mm_menueditapi.js. I just tried the insertitem and it did not do anything. It did not give me any errors, but it also failed to insert the item into the menu. Any other ideas?
by gelid
Mon Feb 13, 2006 8:30 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need Help - mm_insertItem - Insert items into existing menu
Replies: 35
Views: 20384

Need Help - mm_insertItem - Insert items into existing menu

I am having problems getting the mm_menueditapi.js to work. I have found a sample of how to add a new menu to the page and have succesfully gotten that to work. I need to add additional items into an existing menu. Here is a sample of what I am doing: I already have a menu called MainMenu and I use ...
by gelid
Mon Feb 06, 2006 2:48 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: {SOLVED} Dynamic menu creation at runtime
Replies: 17
Views: 11221

Could you show an example of inserting a dynamically created menu into an existing menu? Is it possible to substitute a new menu for an existing menu item? Also, I've been trying to use mm_insertItem method and haven't had much luck. I get a bunch of '_gm has no properties' errors. deleteItem and e...
by gelid
Thu Feb 02, 2006 10:24 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: dynamically insert item after drawMenus() - mm_insertItem
Replies: 0
Views: 3325

dynamically insert item after drawMenus() - mm_insertItem

I have all of my static menu items in the menu_data.js file. I also have a number of additional menu items that are not in the file because they need to be added based on the criteria of the user logged in. I am using the mm_menueditapi.js module without success. No matter what I have tried, I get o...
by gelid
Tue Jan 03, 2006 7:46 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: ASP.NET 2.0 Master Page Problem
Replies: 6
Views: 6156

ASP.NET 2.0 Master Page Problem

I am using the menu in an ASP.NET Master Page which is inherited by several other pages. Sometimes the menu displays and sometimes it does not. I dynamically set the menu location and other variables on the master page based on what child page is inheriting the master page. Below is an example of th...