Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

tree_menu · Morten's JavaScript Tree Menu

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 415
  • Category: JavaScript
  • Founded: Mar 24, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 15 - 44 of 2419   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
15 Jordan and Sally Rose...
jordanr@... Send Email
Aug 1, 1999
8:17 am
Hi, I want to change the User-configurable menu to: /*************************************************************************** *** * User-configurable menu. ...
16 Jordan Rosenthal
jr@... Send Email
Aug 1, 1999
12:23 pm
Hi, Can ALL menu items contain links? I'd like to be able to click on a folder, have it open up so the user can see the items below it in the hierarchy, but ...
17 Morten Wang
warnckew@... Send Email
Aug 1, 1999
2:05 pm
* Jordan Rosenthal ... [snip] you'd have to work a bit to get this kind of behaviour from the menu. it's a thing destined for the next update, which is...
18 Morten Wang
warnckew@... Send Email
Aug 1, 1999
2:16 pm
I've been doing some work on the menu, in between being sick (had a cold which shut me down for a couple of weeks) and other things. here's my current...
19 Jordan Rosenthal
jr@... Send Email
Aug 2, 1999
2:13 pm
Morton, Thanks for the reply. Here are some comments. ... Consider this scenario which I think is fairly common: - The tree-menu is used for a online book or...
20 Ole Sandum
osa@... Send Email
Aug 2, 1999
7:21 pm
You might want to check out MSDN OnLine for inspiration on the book/chapter metaphor. That's here: http://msdn.microsoft.com/library/ ... That sounds just...
21 Morten Wang
warnckew@... Send Email
Aug 2, 1999
7:47 pm
* Jordan Rosenthal [snipping down to the bone] ... yep, I've seen these. it's a good idea, and I'll focus on implementing this and have the other behaviour as...
22 A. Oulashin
avo@... Send Email
Aug 3, 1999
5:50 pm
I'd like to use a sliding tree menu on my webpage. I'm using FP2000 right now to develop the page. I have used FP97 for pages that I'd like to update. Is...
23 Wendell Crenshaw
crens@... Send Email
Aug 4, 1999
3:01 am
Regarding Morton's quote at the bottom of his email; my wife suggests we report him to the Department of the Repeditiveness Department. ... From: Morten Wang...
24 jlguru@... Send Email Aug 12, 1999
10:34 pm
The titles says it all ... I have a menu setup and running (using a style sheet). What controls the font size of the menu? I've changed the font sizes in my...
25 Morten Wang
warnckew@... Send Email
Aug 14, 1999
11:23 pm
* jlguru@... ... I'd say there's three ways of changing the font size. 1: use an external style sheet, link it in using the linkage options and then set...
26 Jerry L. Gubka
jlguru@... Send Email
Aug 15, 1999
3:32 am
Morten: Option 1 worked perfectly, thank-you for teaching a lesson to a tyro user of style sheets. I was missing the "a { font-size: 80%;" Live long, and...
27 Morten Wang
warnckew@... Send Email
Aug 23, 1999
11:39 am
Greetings to all, I'm dropping by to let you all know that I've done some good progress. Worked on the menu yesterday resulting in a near-working version with ...
28 rsleegers@... Send Email Aug 31, 1999
3:39 pm
Ok, I'm starting to pull my hair out! The code below used to work on my office machine and still does on my home machine. It is a frame which displays a tree...
29 Morten Wang
warnckew@... Send Email
Aug 31, 1999
7:59 pm
* rsleegers@... ... correct. I believe the reason for the error you get is that you no longer have the 'code' and 'menu' frames in the same frameset,...
30 Morten Wang
warnckew@... Send Email
Sep 8, 1999
12:55 pm
Greetings to all, I just wanted to drop off a few lines to let you know what's going on. I've had a few spare hours here and there to work on the next version,...
31 Morten Wang
warnckew@... Send Email
Sep 26, 1999
7:45 pm
Greetings to all, I've been able to do some good progress today, but I feel that I shouldn't release it yet since it's rather buggy. There's not a lot of work...
32 Morten Wang
warnckew@... Send Email
Sep 28, 1999
9:00 am
Greetings to all, After a fair bit of work last night I've been able to put together something I feel is worth releasing to the public. It is _totally_ ...
33 Jeff WIlliams
j.williams@... Send Email
Oct 2, 1999
10:51 pm
How difficult would it be with the new code to make it so that a sub both expanded AND showed a url instead of having to click the + to expand???...
34 Morten Wang
warnckew@... Send Email
Oct 3, 1999
12:02 pm
* Jeff WIlliams ... it's a matter of setting MTMEmulateWE to 'false&#39;. :) then, regardless of the setting of MTMSubsGetPlus, the submenu will both be expanded...
35 Jeff Williams
J.Williams@... Send Email
Oct 4, 1999
2:29 pm
How about a global value to totally disable the +'s and What about a way to have each level off the main menu be a different color or being able to set the...
36 Jeff Williams
J.Williams@... Send Email
Oct 6, 1999
6:03 pm
maybe this is just issolated to me but if I set the MTMEmulateWE to false and then have a linking URL for a directory.. the code is always built as if the...
37 Morten Wang
warnckew@... Send Email
Oct 7, 1999
8:37 am
* Jeff Williams ... noted. I've been thinking about how to implement it. my first thought is going away from "SubsGetPlus = true/false" which gives only two ...
38 Morten Wang
warnckew@... Send Email
Oct 7, 1999
8:50 am
ok... just to make life hell for me I'll go public with the release date for v2.2.0. since I haven't heard of any serious bugs (will look into the bug Jeff...
39 Jeff Williams
J.Williams@... Send Email
Oct 7, 1999
12:50 pm
I put a simple one in my code to disable them - basically it just sets the icon's for the + or - to the standard tree following but a choice as such sounds...
40 Jeff Williams
J.Williams@... Send Email
Oct 7, 1999
12:56 pm
Goody :) I've been doing a little investigating into the problem that I'm having and I tracked it down to the following: In the function MTMDisplayItem() The...
41 Morten Wang
warnckew@... Send Email
Oct 7, 1999
8:13 pm
* Jeff Williams ... I had a bit of trouble understanding what the exact problem was, but I think I get it now. you have a URL that points to a directory, and ...
42 Jeff Williams
J.Williams@... Send Email
Oct 7, 1999
8:20 pm
Yes I think thats right... :) It's been along day so forgive me if i'm slow today Yes... One of my Submenu's has an associated URL to it... idealy I wanted it ...
43 Ouellette, Larry
Larry.Ouellette@... Send Email
Oct 7, 1999
11:54 pm
Hi Morten, ... menu. Seems like a reasonable idea - I'd suggest the default is to always refresh... Thanks. Larry ... From: Morten Wang...
44 Morten Wang
warnckew@... Send Email
Oct 10, 1999
4:50 pm
Sadly I won't be able to get the new menu out today. There's some matters I need to attend to. The code _is_ ready, but the updates to the web site, and the...
Messages 15 - 44 of 2419   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help