Search found 5 matches

by Steven_Rosburg
Tue Mar 08, 2005 7:20 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Add an item to a menu after drawMenus() has been called?
Replies: 14
Views: 14750

Kevin,

Thanks for the update, this is very helpful information.

Regards,
Steve
by Steven_Rosburg
Tue Feb 08, 2005 9:26 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Add an item to a menu after drawMenus() has been called?
Replies: 14
Views: 14750

It's been a while...

Kevin,

I put the project I was working on the shelf for a while, but the need is still here, as Udi states. No, I cannot use an approach which only hides an item, because my menu will just continue to grow every time I rebuild it.

I cannot use a data-based approach to rebuild the menus in this ...
by Steven_Rosburg
Sat Aug 28, 2004 9:47 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Add an item to a menu after drawMenus() has been called?
Replies: 14
Views: 14750

Kevin,

Works for me too... many thanks!

If you remember my original example, the ui.jsp page is processed and rendered in the browser first, and then the Search.jsp page is processed afterward, updating the contents of the ui page via DHTML.

Because my application is stateful, I need to rebuild ...
by Steven_Rosburg
Sat Aug 28, 2004 1:55 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Add an item to a menu after drawMenus() has been called?
Replies: 14
Views: 14750

Kevin,

I've been playing with this and, as you surmise, once the menu is drawn the first time it does not appear to be altered with successive calls to insertItem(). I tried calling BDMenu() as you suggest, but I get errors. Can you give an example of that?

Thanks and regards,
Steve
by Steven_Rosburg
Mon Aug 23, 2004 6:56 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to define menus and draw them after page has been loaded
Replies: 1
Views: 2018

How to define menus and draw them after page has been loaded

Hi,

I'm completely stumped as to how to how to dynamically add menu items to a page and draw the menu once the page has already been rendered. Normally, I build the JavaScript necessary as part of a JSP page which generates all the HTML for the page, and then call drawMenus() last, which works fine ...