Where can i get the file that is working? I am still having issues with the file i have.
Thanks,
Search found 11 matches
- 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: 28580
- 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: 28580
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 ...
1. Yes, the static menu is available to all users. I reference this menu through an ...
- 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: 28580
- 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: 28580
- 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: 28580
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 ...
- 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: 28580
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="Tahoma,Helvetica,Verdana";
fontsize="9pt";
fontstyle ...
Main Static Menu w/ style:
with(MainMenuStyle=new mm_style()){
styleid="1";
styledescription="MainMenuStyle";
bordercolor="#8A867A";
borderstyle="solid";
borderwidth="1";
fontfamily="Tahoma,Helvetica,Verdana";
fontsize="9pt";
fontstyle ...
- 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: 28580
- 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: 28580
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 ...
Here is a sample of what I am doing:
I already have a menu called MainMenu and I ...
- 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: 14758
- 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: 4101
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 ...
- 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: 6891
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 ...
Below is an example of ...