Search found 5 matches

by gerrygerry
Fri Nov 01, 2002 8:09 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Disabling a Specific Menu Option
Replies: 5
Views: 4805

The future is OOP!

:D Tell me what to do... I'd love to help!

:?: What sort of spec do you need? :?:

I think people could figure an OO style out... after viewing a couple examples, people would grow to love OOP (especially after handling all those little commas for so long*!).

*Discalimer: Just so I don't give ...
by gerrygerry
Fri Nov 01, 2002 7:55 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Disabling a Specific Menu Option
Replies: 5
Views: 4805

Thanks!

That was a very thorough reply Kevin.. thanks!

I think I will have to stick with a lot of server-side testing with PHP.

It's for things like this that I wish the menu was constructed with more of an OO style...

var myMenu = new menu(...);
var myMenuOption = new menuOption(...);
myMenu.add ...
by gerrygerry
Thu Oct 31, 2002 2:18 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Disabling a Specific Menu Option
Replies: 5
Views: 4805

update...

I still haven't figured this out... please... if anyone has even the slightest idea... :cry:
by gerrygerry
Tue Oct 29, 2002 12:02 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Disabling a Specific Menu Option
Replies: 5
Views: 4805

Disabling a Specific Menu Option

I am currently trying to set up a menu with some pretty complex conditioning... I recently found that I will have to be able to disable specific menu options at run time... I dont need to disable the whole menu, or a whole submenu, just a single option on a submenu.

I understand that the menu does ...
by gerrygerry
Mon Oct 28, 2002 11:49 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Version 4 Development has started.
Replies: 14
Views: 14644

do you have any sort of timeline in mind?

I'm sorry to be the one to ask... but every programmer gets hit with this one (usually way too early ;) )... do you have any sort of timeline in mind?

I like that you're splitting up the files... every little byte helps :D