Search found 5 matches

by robert_jenkin
Fri Sep 16, 2005 5:29 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: menu widht
Replies: 1
Views: 1797

menu widht

I have the menu location at top 0 and left 0 and would like it to use the full screen widht.

How can I get the menu bar to using the full screen width.. possibly a blank menu option with a width equal to the remaining screen space.
by robert_jenkin
Fri Sep 16, 2005 5:06 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: are there means to enable/disable menu items
Replies: 7
Views: 4668

partial solution... good start.. bad link

the page you directed me to does offer insight and a partially working solution. It made reference to a page Item Properties that gave a 404 error.

The on/off idea works just need a solution to direct image to a different one showing it as disabled.
by robert_jenkin
Fri Sep 16, 2005 4:41 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: are there means to enable/disable menu items
Replies: 7
Views: 4668

In short yes. At times menu items need to be on/off depending on user security code as be do to conditions with in the data.

Example...

I have a menu with 5 submenu items on it. I then have two buttons. One called enable and one disable. when I click disable I want submenu item number 2 disabled ...
by robert_jenkin
Fri Sep 16, 2005 4:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: are there means to enable/disable menu items
Replies: 7
Views: 4668

...

Our pages are created once and round trips to/from the server for pages do not occur. So I can not recreate the menu and include/exclude menu items.

So in javascript code I need to be able to turn "on"/"off" menu items.
by robert_jenkin
Fri Sep 16, 2005 3:53 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: are there means to enable/disable menu items
Replies: 7
Views: 4668

are there means to enable/disable menu items

I am considering your product for usage in a commerical banking application and a requirement is the ability to enable/disable menu items.

As user security may not permit a user access to a specific menu option(s) we need to disable them so if the user clicks on the option nothing happens. It ...