Search found 15 matches

by indra
Mon Apr 10, 2006 4:54 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Collapsible Menu - expand all
Replies: 2
Views: 2992

Could you be using an old version of the treemenu.js file?

I have just tested your HTML and it works fine.

What version of treemenu.js are you using?

Thanks Andy for looking into my problem.
I was using version 1.21. I just downloaded the newer version (1.23) this morning and got the same ...
by indra
Wed Apr 05, 2006 10:55 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Collapsible Menu - expand all
Replies: 2
Views: 2992

Collapsible Menu - expand all

I am trying to add an "Expand All" link to collapsible menu on this page:
http://www.milonic.com/treemenu/collaps ... se_data.js

I added these two items at the end of the main tree menu:

aI("text=<a href=# onclick=openAllBranches();>Expand All</a>;type=form;");
aI("text=<a href=# onclick ...
by indra
Wed Apr 05, 2006 7:12 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How do I open a treemenu by default?
Replies: 8
Views: 6168

I had looked at the sample. I know how to open all branches. Once it's open I want it to remain open as users navigate to other pages. Thanks for trying.



Hi

look at this please

http://www.milonic.com/treemenu/tree/

though its the tree - sample (and not the collapsible) the technique ...
by indra
Wed Apr 05, 2006 5:13 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How do I open a treemenu by default?
Replies: 8
Views: 6168

I plan to use the treemenu (collapsible menu) on our website. I showed it to my manager and he had 2 requests: allow users to expand all and once it's all expanded, it should remained expanded when navigating to other pages.
The openAllBranches may take care the first request. Is there a way to have ...
by indra
Thu Feb 23, 2006 5:17 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: right justify some menu items
Replies: 16
Views: 9985

As Migru pointed out, M1 to M6 is menu items of a main menu. The main menu is on a div with fluid width 100%. I want to display menu items M1 to M4 on the left and M5 and M6 to the right. The gap between M4 and M5 is flexible depending the monitor size, display resolution, and how the browser window ...
by indra
Wed Feb 22, 2006 8:23 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: right justify some menu items
Replies: 16
Views: 9985

Thank you for the suggestion

With the dummy items in between will not ensure that M5 and M6 will be at the right edge. Since M5 and M6 will be at a fixed location, when the users resize the browser window(make it smaller), M5 and M6 will not be visible (need to scroll right to get to the items)

I ...
by indra
Wed Feb 22, 2006 5:26 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: right justify some menu items
Replies: 16
Views: 9985

Thanks for your reply. That's not waht I am looking for. I am not trying to justify the text for each menu item. The site is in dev and inside the firewall so I cannot show it . Here is what it looks like:

The web page width = 100% browser width
Logo at top across the screen
left bar with 120px ...
by indra
Tue Feb 21, 2006 10:04 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: right justify some menu items
Replies: 16
Views: 9985

Thanks. I try that and it does not work. The align pro[property is for text alignmen.
I see menualign property and that will right justify your menu

Anyone else has any solution to right justify some items of the menu?
Using the menu above, Here is what I try to accomplish:
Menu1 to Menu4 stay on ...
by indra
Wed Feb 15, 2006 2:48 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: right justify some menu items
Replies: 16
Views: 9985

right justify some menu items

Here is my main menu:

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
top=132;
left=150;
aI("showmenu=M1;text=Menu 1;");
aI("showmenu=M2;text=Menu 2;");
aI("showmenu=M3;text=Menu 3;");
aI("showmenu=M4;text=Menu 4;");
aI("showmenu=M5;text=Menu 5 ...
by indra
Fri Feb 10, 2006 5:49 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: database and asp
Replies: 2
Views: 3284

Thank you. I'll take a look

http://forum.milonic.com/viewtopic.php?t=6437 this is some kind of editing program someone wrote for asp menus, so I'd guess the menus work if there is a program to edit them.

http://forum.milonic.com/viewtopic.php?p=33787 this has two links, one is to a db asp menu ...
by indra
Fri Feb 10, 2006 1:24 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: database and asp
Replies: 2
Views: 3284

database and asp

Has anyone successfully implemented the menu with asp and sqlserver database?
by indra
Wed Jul 24, 2002 12:57 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu Properties
Replies: 1
Views: 2478

Some of the width for submenus are too small and the width got extended by the item with the longest width(?)
If you set the width big enough, you will not have this problem.

Example, this submenu's width is good:

addmenu(menu=["checkgrades",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Check ...
by indra
Mon Jun 10, 2002 10:17 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Creating menu from db using .asp
Replies: 6
Views: 6459

What do you do with this line of code?

menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}


Thanks
by indra
Wed May 22, 2002 9:06 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: well...i have the new beta, but
Replies: 9
Views: 7361

I do have div declared in every menu. The newer version I just downloaded (3.4.06) fixes the problem.
The problem with the latest version is that when I set the follow scrolling to 1 the menu ignore the values I set for menu top and menu left ...
by indra
Fri Apr 05, 2002 2:24 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Totally Strange Question about the menu
Replies: 3
Views: 4519

Re: Totally Strange Question about the menu

thanks, neil, but in my opinion, the only truly foolish question is the one not asked.

I was double-checking and Andy emailed me.

No graphic icon so far, as far as I can see, but I'm sure that will come in time.