Search found 4 matches

by bjminihan
Wed Jun 15, 2005 1:48 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need to dynamically change milonic "style" after d
Replies: 8
Views: 4972

Good point...

...but =]


The menu I'm building is version 3 of an existing system. Milonic is replacing the render portion of the menu, but the admin and user expectations are that the menus will still behave identically to the older versions (with several new features, care of Milonic).

Also, in usability ...
by bjminihan
Wed Jun 15, 2005 12:55 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need to dynamically change milonic "style" after d
Replies: 8
Views: 4972

Thanks!

I kind of figured it wasn't going to be possible, without some in-depth knowledge of how style objects are assigned. I'd look into the source code if I had the time...

Oh well...thanks for the tip on contacting support. Hadn't even thought to try that yet =]

If I figure something out I'll try to ...
by bjminihan
Tue Jun 14, 2005 11:01 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need to dynamically change milonic "style" after d
Replies: 8
Views: 4972

I'm using changeMenuProperty, but it didn't seem very pleased when I tried to send in a new milonic menu object for "style"...

Here's my function:

function mm_changeMenuProperty(menuName, propertyRef, newValue) {
var menuNum = getMenuByName(menuName);
_m[menuNum][propertyRef] = newValue ...
by bjminihan
Tue Jun 14, 2005 9:17 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need to dynamically change milonic "style" after d
Replies: 8
Views: 4972

Need to dynamically change milonic "style" after d

Hallo,

We're implementing Milonic for our intranet site (thus, no samples, sorry)...and I've gotten pretty far with it...

The problem is that I need to be able to change the "style=" property for a single menu on a page and all of its submenus, after the menu as already been built.

Each menu is ...