| Use of the Calendar inside the DynarchMenu ¶ | |
| This does not seem to work. The instance on the page works fine, but the one on the menu is displayed, but it gets confused and the date selection as well as the month and year drop downs do not work. Am I doing something wrong? Suggestions? <body onload="DynarchMenu.setup('context-menu',{context:true});"> <br /> <br /> Popup Menu goes here <span id='test1' style='border:red solid 1px' class="div1">Right click me!</span><br /> <br /> <br /> <div style="float: right; margin-left: 1em; margin-bottom: 1em;" id="calendar-container-page"></div> <script type="text/javascript"> function dateChanged_page(calendar) {}; Calendar.setup({flat : "calendar-container-page", flatCallback : dateChanged_page}); </script> <ul id="context-menu" style="display: none"> <li class="context-class-span-div1"> <ul> <li>Item 1</li> <li>Calendar Test <ul> <li> <div> <div align="center"> <input type="radio" name="rd_cal">on or before <input type="radio" name="rd_cal">between <input type="radio" name="rd_cal" checked>on or after </div> <hr /> <div style="float: center; margin-bottom: 1em;" id="calendar-container-menu"></div> <script type="text/javascript"> function dateChanged_menu(calendar) {}; Calendar.setup({flat : "calendar-container-menu", flatCallback : dateChanged_menu}); </script> </div> </li> </ul> </li> </ul> </li> </ul> </body> | |
| last |
| Re: Use of the Calendar inside the DynarchMenu ¶ | |
| BTW: the behavior in IE is different from the behavior in Firefox. In Firefox the calendar is inert. In IE the calendar seems to resize as the mouse hovers (CSS problem?) and the date selection loses its state after you click on the month and year drop downs (mouse events/state being lost?) . | |
| last |
| unique colors for popup menus ¶ | |
| Hello, I am trying the product, we are going to buy, and I am using it in vertical mode. What I need to do is set the background color and font of my sub-level menus indepently. so, my main menu is transparent, but on each different level 1 menu, I need to be able to set a separate color: Main Menu - transparent is this possible? Is it possible to change the font color to be different on each sub menu? I can't figure out how to set up a custom css class for each sub to do this correctly. Thanks, | |
| last |
| Re: unique colors for popup menus ¶ | |
| Yes, this is possible by assigning a class name to UL elements that define each submenu. When you do that, the top-level DIV element that contains the menu items will be assigned that class name as well, so you could for instance say: <ul id="menu"> And here's an example style that needs to go in the document <head>: <style type="text/css"> Please let me know if that helped. | |
| last |
| hover action 'callback' ¶ | |
| Just bought the menu product and it is great! Can I set up a callback for the hover action of a menu item, so I can trigger some other javascript on the page? For example, I want to hover over a menu item and change color/content of another div on the page, along with triggering the normal menu functions. I'm sure it is possible, I just don't see it. Brian | |
| last |
| Re: hover action 'callback' ¶ | |
| Seems like you didn't buy the menu under your user name? Anyhow, such event handler doesn't exist, but we could promise to add it in the next version if it's that important for you. | |
| last |
| Hide Dropdown menu ¶ | |
| dropdown menu doesnt hide when a modal window is opened. I want to hide the menu when modal window is opened. do i need to write any extra code. it works fine if I open regular windows using javascript and window.open method. Let me know........... I am using IE 6.0 | |
| last |
| Re: Hide Dropdown menu ¶ | |
| Havent got any reply on this. Any help would be appreciated. | |
| last |
| Menu (works in IE) doesn't pop up in Netscape 7.0 ¶ | |
| I'm testing the Menu for purchase. It initiates fine in Netscape, but doesn't actually pop up (which renders it pretty useless, since the links are hidden.) this page works in IE but not netscape: | |
| last |
| Re: Menu (works in IE) doesn't pop up in Netscape 7.0 ¶ | |
| I'm testing the Menu for purchase. It initiates fine in Netscape, but doesn't actually pop up (which renders it pretty useless, since the links are hidden.) this page works in IE but not netscape: That's because there is a problem with your code. The submenu's <ul> element must be nested in the parent menu item <li>, like this: <ul id="menu"> Your code contains the submenu <ul> right after closing the parent item <li>, which is wrong. Hope this helps. | |
| last |
| Closing the context menu ¶ | |
| We are currently using your menu as a lookup. So when the user clicks in a specific input box they are given the lookup menu. It works great. But if they are just typing the value in instead of looking it up, the menu persists until they actually click outside of the menu. Is there a way to make it disapear as soon as they leave the menu or as soon as they type anything? I've looked at the electric attribute but It looks like I cannot have the menu close when I move outside of it and be shown only on a click and not a hover. Again, hmenu is working great for us. Just wanted to see if there were some features that I was unaware of. | |
| last |
| Shiow menu label bold ¶ | |
| Can we show label text of only one menu item bold. if possible how? i want to show m3 as bold | |
| last |
| Re: Shiow menu label bold ¶ | |
| There are 2 possibilities.
| |
| last |














