Search found 10 matches
- Fri May 16, 2008 1:09 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Need license agreement document.
- Replies: 1
- Views: 1970
Need license agreement document.
My company is requiring that it holds contract for all vendor products that we use. Can you point me to where i can get a contract or ULA (user license agreement) for this product? I've been using Milonic for several years.
- Wed Mar 21, 2007 1:02 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Disabling menus
- Replies: 1
- Views: 2288
Disabling menus
In doing numerous searches, I can see how one disables a menu item using mm_changeItemProprty.
But I want to disable all menus in certain situations and there is no method apparently to disable an entire menu in a method. I looked all all menu level properties and there is no disable property ...
But I want to disable all menus in certain situations and there is no method apparently to disable an entire menu in a method. I looked all all menu level properties and there is no disable property ...
- Thu Oct 19, 2006 12:50 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: To see the text of dynamic menu items programatically
- Replies: 0
- Views: 3799
To see the text of dynamic menu items programatically
I create several dynamic menus in a particular web page, and I would like to view the contents of the items in the menu programatically - basically I would like to verify the text label of each menu item.
So, how do I use _mi[ ] to view the menu item text, or is there another way?
var itemCount ...
So, how do I use _mi[ ] to view the menu item text, or is there another way?
var itemCount ...
- Tue Oct 03, 2006 1:16 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Sortable table header & mouseover popup: is this possibl
- Replies: 4
- Views: 4905
- Sat Sep 30, 2006 1:44 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Sortable table header & mouseover popup: is this possibl
- Replies: 4
- Views: 4905
- Wed Sep 27, 2006 9:37 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Sortable table header & mouseover popup: is this possibl
- Replies: 4
- Views: 4905
Sortable table header & mouseover popup: is this possibl
I have a page containing a table with 7 columns, and currently each on of those columns is sortable, using milonic's class=sortable css strategy. Works great.
But I would also like to have the page display a milonic menu when the mouse is placed over any the 7 column text strings.
The menu ...
But I would also like to have the page display a milonic menu when the mouse is placed over any the 7 column text strings.
The menu ...
- Mon Sep 25, 2006 5:35 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Can't find a menu
- Replies: 6
- Views: 5392
- Sat Sep 23, 2006 7:22 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Can't find a menu
- Replies: 6
- Views: 5392
- Sat Sep 23, 2006 7:02 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Can't find a menu
- Replies: 6
- Views: 5392
- Sat Sep 23, 2006 2:40 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Can't find a menu
- Replies: 6
- Views: 5392
Can't find a menu
I'm trying to dynamically update the text of a menu (not its items, doesn't have any...yet).
Based upon code from the forum I added this javascript function:
function mm_changeMenuProperty(menuName, propertyRef, newValue)
{
var menuNum = getMenuByName(menuName);
if (menuNum == null) {
alert ...
Based upon code from the forum I added this javascript function:
function mm_changeMenuProperty(menuName, propertyRef, newValue)
{
var menuNum = getMenuByName(menuName);
if (menuNum == null) {
alert ...