Eric, Build processes vary between different groups at Yahoo; there isn't a single standard. One key ingredient we try to evangelize across the board is the...
64
Eric Miraglia
ericmiraglia
Feb 15, 2006 4:14 pm
Earl, I saw you comment on the blog this morning, but definitely easier to respond here... Specifically regarding the drag-and-drop for rearrangement model...
63
rajnish13
Feb 15, 2006 4:06 pm
Hi, I wanted to use autofill design pattern of yahoo. Can any provide me link to code. Thx Rajnish...
62
steiniagu
Feb 15, 2006 4:05 pm
Hello, I'm trying to render a Calendar that is 2up and supports multiselect on dates. but YAHOO.widget.Calendar2up doesn't have Object Options.MULTI_SELECT I...
61
rtparies
Feb 15, 2006 3:46 pm
Hello, Just getting started with this tool Does anyone have a very simple example of a simple post and handling of the post response Thanks Randy...
60
coryrauch
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...
59
ryanborn82
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...
58
Christian Heilmann
icantdom
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()...
57
Philip Tellis
philiptellis
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. ...
56
Eric Herrera
ox45726963
Feb 15, 2006 1:34 pm
I'm curious. What do you guys use for the build process-homegrown or something else? Thanks Eric...
55
Justin Ashworth
justinashworth
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...
54
Ken Robinson
kenrbnsn
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...
53
Cahill, Earl
ecahill@...
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...
52
Cahill, Earl
ecahill@...
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...
51
vvijay.rao1281
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...
50
Joe
joecubnc
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...
49
Ken Robinson
kenrbnsn
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...
48
Steven Peterson
y_stevenp
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...
47
Justin Ashworth
justinashworth
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...
46
Barry Goldberg
bigbny
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...
45
Eric Miraglia
ericmiraglia
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...
44
Eric Miraglia
ericmiraglia
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,...
43
ggederer
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)...
42
pbentsen
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...
41
Thomas S. Sha
tssha
Feb 15, 2006 12:35 am
... Thanks for posting this, Kyle. A fix will be incorporated into the next build. Regards, Thomas...
40
JeremiahMor˙ffffe9e
moreejt
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...
39
y_stevenp
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...
38
Adam Moore
adam.moore
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...
37
Eric Miraglia
ericmiraglia
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...
36
Eric Miraglia
ericmiraglia
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. ...