Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ydn-javascript · Yahoo! User Interface Library Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 12954
  • Category: JavaScript
  • Founded: Dec 15, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 31 - 60 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
31 Matt Warden
mwarden@... Send Email
Feb 14, 2006
10:47 pm
... Hash: SHA1 ... Don't think so. Nor do I think it should. I use Sarissa for that: http://sarissa.sf.net ex: alert(Sarissa.serialize(node)); - -- Matt Warden...
32 ggederer Send Email Feb 14, 2006
10:52 pm
It ain't pretty; but, here you go: <link rel="stylesheet" type="text/css" href="<c:url value='/scripts/yahooui/treeview/examples/css/folders/tree.css&#39;/>"> ...
33 Pete Wright
nomadlogic Send Email
Feb 14, 2006
11:03 pm
Hi, My name is Peter Wright, I am a member of NycBUG (www.nycbug.org): New York City's BSD Unix User Group. I recently saw a press release regarding the...
34 gerry@...
gerrytuckeruk Send Email
Feb 14, 2006
11:05 pm
Dan, Have you got any SIMPLE examples of scriptaculous drag and drop and sorts? I'm currently planning to "portalize&quot; my website, with customizable content and...
35 Alex Russell
alex@... Send Email
Feb 14, 2006
11:30 pm
IE is much picker about the mimetype that the response is provided with. Use something like livehttpheaders or ethereal to verify that you are indeed providing...
36 Eric Miraglia
ericmiraglia Send Email
Feb 14, 2006
11:38 pm
Greg, There's no way currently to indicate that a specific child has no children of its own. This is something we see a need for, but we don't have it yet. ...
37 Eric Miraglia
ericmiraglia Send Email
Feb 14, 2006
11:47 pm
Dan, We don't have a serialization function in the works, as far as I know; as one poster pointed out, though, there are some good ones out there from which...
38 Adam Moore
adam.moore Send Email
Feb 14, 2006
11:54 pm
... Can you elaborate on this a bit? The labels should be at the bottom rather than the top of what? The best way to tweak the presentation of the nodes is to...
39 y_stevenp Send Email Feb 15, 2006
12:01 am
Hi all, I'm so pleased to see so many people diving right in to using the components! :) It's very exciting. I wanted to provide you with an example of how the...
40 JeremiahMor˙ffffe9e
moreejt Send Email
Feb 15, 2006
12:25 am
... of everything. Every tree shows the contents below the label. I'd like the contents to show up above the labels. ... I don't see anything in the css that...
41 Thomas S. Sha
tssha Send Email
Feb 15, 2006
12:35 am
... Thanks for posting this, Kyle. A fix will be incorporated into the next build. Regards, Thomas...
42 pbentsen Send Email Feb 15, 2006
12:35 am
Hi there. I was looking at your treeview as possible navigation menu for a website. For this I would like to save the menu expand state between page loads in a...
43 ggederer Send Email Feb 15, 2006
12:48 am
Eric, Thanks for the response. The workaround you suggest is pretty good except that empty nodes that can have children (like empty folders in a file browser)...
44 Eric Miraglia
ericmiraglia Send Email
Feb 15, 2006
12:52 am
Peter, The TreeView does incorporate an API that can notify you when a node is expanded. Check out TreeView's methods listed on the API page for a full list,...
45 Eric Miraglia
ericmiraglia Send Email
Feb 15, 2006
1:14 am
Greg, A TextNode with no children, one on which you haven't invoked setDynamicLoad, won't display the [+]. Once a TextNode is set to load dynamically, the...
46 Barry Goldberg
bigbny Send Email
Feb 15, 2006
1:15 am
... Connection ... unsuitable ... mercy ... or a ... overall. ... Well, though I appreciate the text book answer, sometimes with rich applications, synchronous...
47 Justin Ashworth
justinashworth Send Email
Feb 15, 2006
3:58 am
I would like to create a calendar which does not allow selection on certain holidays. I tried to use the YAHOO.widget.Calendar.renderBodyCellRestricted...
48 Steven Peterson
y_stevenp Send Email
Feb 15, 2006
4:31 am
Justin, I tried getting your example to work, and at first I was baffled, but then I caught a small typo. The constant that you want to use to prevent the...
49 Ken Robinson
kenrbnsn Send Email
Feb 15, 2006
5:05 am
Hi, I discovered this today and thought that if I can get the calendar portion to work, I can use it to replace my homegrown calendar. The biggest problem so...
50 Joe
joecubnc Send Email
Feb 15, 2006
5:05 am
Is there a development road map somewhere for this project that I missed? If not how can we tell what to plan for in future releases? Also, I understand that...
51 vvijay.rao1281 Send Email Feb 15, 2006
6:04 am
Hi Friends; On behalf of javalive.com, I'd like to extend an invitation to javalive forums. This forum has been launched from India and I would request all you...
52 Cahill, Earl
ecahill@... Send Email
Feb 15, 2006
8:44 am
I posted earlier to the yui blog, but thought I might get more traction here. I would like to see an example like my.yahoo! Say, two columns, for which I...
53 Cahill, Earl
ecahill@... Send Email
Feb 15, 2006
8:53 am
Also posted as a comment to the yuiblog, but you here go. I would like an example where there is perhaps a toolbelt on the top of the page, containing say...
54 Ken Robinson
kenrbnsn Send Email
Feb 15, 2006
12:07 pm
I'm replying to my own post ... It's amazing what a good night's sleep does.. ... I forgot the 'rel="stylesheet"' clause in the <link> statement. I've uploaded...
55 Justin Ashworth
justinashworth Send Email
Feb 15, 2006
1:04 pm
Hi Steven, Thank you very much for your help - I got it to work. For some reason I read STOP_RENDER as STOP_RENDERER in the API docs. With your help, my...
56 Eric Herrera
ox45726963 Send Email
Feb 15, 2006
1:34 pm
I'm curious. What do you guys use for the build process-homegrown or something else? Thanks Eric...
57 Philip Tellis
philiptellis Send Email
Feb 15, 2006
2:21 pm
... In javascript, those would be global methods, or more correctly, methods of the default object. In the browser context, the default object is the window. ...
58 Christian Heilmann
icantdom Send Email
Feb 15, 2006
3:39 pm
I just wondered why the examples use the body onload malarkey when you could easily re-use the events? <script language="javascript"> var cal1; function init()...
59 ryanborn82 Send Email Feb 15, 2006
3:40 pm
Has anyone written a function or know of an easy way to remove a TreeNode in the new UI Widgets? I am just using basic TextNodes in the FolderView example. I...
60 coryrauch Send Email Feb 15, 2006
3:44 pm
Hi, I have exactly the same issue with dynamic loading tree that displays [+] when there is no children. I was not able to get the desired affect by altering...
Messages 31 - 60 of 52481   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