Search found 6 matches

by dyma97
Thu Jan 06, 2005 6:13 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to hide and show menu through javascript
Replies: 9
Views: 10040

Does anyone know of the menuDisplay() or treeMenuDisplay working with the latest version of the collapsible menu? If so, please post an example.
by dyma97
Thu Jan 06, 2005 4:46 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How do I open a treemenu by default?
Replies: 8
Views: 6120

Ruth,

That's not exactly what I am looking for although it is useful for a different issue I am having.

I guess the simplified question is, does anyone know what function opens a tree submenu and the parameters it requires?

The followup to this is if I make a call to open a nested menu, will it ...
by dyma97
Wed Jan 05, 2005 4:57 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How do I open a treemenu by default?
Replies: 8
Views: 6120

How do I open a treemenu by default?

Is there a way to control which menu is opened (collapsible tree menu) via javaScript?

It seems I should be able to use treeMenuDisplay(), but I am not sure what to pass. This is what I am currently trying.

treeMenuDisplay(af_150, 'Show');

The result is Error: 'af_150' is undefined

My site is ...
by dyma97
Wed Dec 29, 2004 12:43 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can I add an image at the end of my horizontal menu?
Replies: 2
Views: 2333

bueno!

Thanks for the help
by dyma97
Tue Dec 28, 2004 10:09 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can I add an image at the end of my horizontal menu?
Replies: 2
Views: 2333

Can I add an image at the end of my horizontal menu?

http://askafpc--pro.custhelp.com/cgi-bi ... i/main.php

I would like to add an image at the end of the horizontal menu but am having problems.

with(milonic=new menuname("mainmenu")){
top=85;
left=2;
style=style0;
alwaysvisible=1;
alignment="left";
orientation="horizontal";
aI("text=<img src='http ...
by dyma97
Mon Dec 20, 2004 11:29 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Hide Form Items
Replies: 1
Views: 6682

Hide Form Items

I am curious to know if the functionality to hide content based on a div Id works in v 3.4.12. I have been playing with it, have not had much success.

The site I am building is not public, so the best I can do are the following code samples:

<i>From my .js file</i>

addmenu(menu=["af_1",,,200,1 ...