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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

it looks to me like there's a bug when you're removing a node that has children. removeNode() calls _deleteNode(), which calls removeChildren() removeChildren...
1 Jun 1, 2006
12:13 am

thirteenth_monster
thirteenth_m...
Send Email

I'm trying to get selectables only some dates on my calendar. I have found how to disable week-ends but not all days......
8 May 31, 2006
11:01 pm

Steven Peterson
y_stevenp
Send Email

Hi fellow YUI devs, I'm having a problem with the onSelect() method with the Calendar object. In this example code: YAHOO.foo.cal1.onSelect = function() { ...
5 May 31, 2006
10:38 pm

sfmatt1982
Send Email

There is an error on http://developer.yahoo.com/yui/container/simpledialog/index.html In the example about "Creating Buttons and Callbacks", line 21 should...
2 May 31, 2006
8:51 pm

Steven Peterson
y_stevenp
Send Email

Hello, I've tried to get the autocomplete (using xml returned data) to work in IE all weekend. I tried the example at: ...
4 May 31, 2006
8:19 pm

jennykhan
Send Email

Hi, I am having some diffculty using TreeView dynamic loading. I want to refer to some member fields of my widget but from within the load method I cannot...
7 May 31, 2006
3:03 pm

johnkeyes
Send Email

Do you see anything wrong with this snippet?... var el = document.createElement('DIV') el.id = 'PnlViewer&#39;; this.div.appendChild(el); ...
5 May 31, 2006
1:57 pm

mark.deibert
Send Email

I'm very new to this library. I installed treeview.js in my site, but Firefox caused JS error. What I found was using " " to put space in the library. ...
1 May 31, 2006
12:05 pm

andymatsubara
Send Email

Hi, I am facing an issue in drag and drop feature. I used the following code to try drag and drop utility: 1) var myobj = { ...
2 May 31, 2006
11:38 am

Peter Pistorius
peter@...
Send Email

Hi there.. thanks to your great libraries I just built some nice widgets on our company's preliminary website. It's really simple as for now - just one site -...
3 May 31, 2006
9:18 am

Andrzej Rumpfelt
rmpflt
Send Email

Hi, This may be OT so I apologice if it is. If I have an element ID so I can get to the element by using getElementById and I know the element is either a span...
3 May 31, 2006
1:44 am

kmcoleoz
Send Email

http://www.billsaysthis.com/tests/yui-panel.php consistently crashed IE6 Windows, uses the Panel component. Any ideas why? Bill...
4 May 31, 2006
12:42 am

Steven Peterson
y_stevenp
Send Email

hi, i discovered this odd behaviour while selecting date ranges: when selecting dates in october the cell rendering sometimes wont highlight the 31st although...
4 May 30, 2006
11:53 pm

Steven Peterson
y_stevenp
Send Email

Does anyone know where I can find a Windows Classic look and feel for the Panel component? The panel examples have a Mac and XP look and feel includes in the ...
2 May 30, 2006
11:48 pm

Steven Peterson
y_stevenp
Send Email

Does someone have an example (or can give a noob some guidance) for creating multiple PhotoBox panels on a single Web page? I don't want multiple iterations...
2 May 30, 2006
11:21 pm

Steven Peterson
y_stevenp
Send Email

First off, let me say thanks to the Yahoo team for releasing such a fantastic library, the quality of the code and documentation is mind-blowing! Now to my...
6 May 30, 2006
9:58 pm

Robert Leftwich
digital_rtl
Send Email

Thank you for releasing this suite of tools. I picked Autocomplete as a feature to try out and see how quickly and easily it came together. The short answer...
9 May 30, 2006
8:48 pm

jennykhan
Send Email

Can I make the Amin function reference the "SOMETEXT"; inside div "sample"? var myanim = new YAHOO.util.Anim('sample&#39;, {opacity: {from: 0, to: 1}, width: {to:...
3 May 30, 2006
8:41 pm

Patrick Sullivan
yggdrasil34
Send Email

Blank<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Animation Test</title> <script...
10 May 30, 2006
6:39 pm

Patrick Sullivan
yggdrasil34
Send Email

Hi there: I'm a little confused; maybe I'm trying to do something that can't be done (although it seems logical enough, but ok). Let's say I have an XHR...
3 May 30, 2006
6:09 pm

jennykhan
Send Email

Hello, if I have to Animations like this: var anim_item1 = new YAHOO.util.Anim('item1&#39;, {width: {to: 600}}, 1, YAHOO.util.Easing.easeOut); var anim_item2 = new...
2 May 30, 2006
6:06 pm

Matt Sweeney
matt.sweeney
Send Email

Hi all, I'm trying to implement AutoComplete in my app. I added all of the necessary JS files as described in the documentation. When I test the one field on...
3 May 30, 2006
6:03 pm

jennykhan
Send Email

Hi, How to make the "div" float above the SELECT box in IE without the select box cutting through the div with the autocomplete suggestions? Thanks, Av...
4 May 30, 2006
5:37 pm

jennykhan
Send Email

I am using the connection manager, trying out the setForm method. This is the code I have: <head> <title>Yahoo Connection Manager</title> <script...
6 May 30, 2006
5:33 pm

Thomas S. Sha
tssha
Send Email

I wonder if someone can provide code for the menus similar to the one provided in the "Select bleeds through calendar element" post at ...
6 May 30, 2006
4:56 pm

Todd Kloots
toddkloots
Send Email

I was working on becoming familiar with the YUI libraries and ran into a bit of a stumbling block. The Documentation for both GET and POST requests list the...
2 May 30, 2006
2:54 pm

Eric Miraglia
ericmiraglia
Send Email

I'm trying to get my floating panel to resize by adding mouse listeners but the following doesn't seem to be working. Can you suggest a better way? Thanks in...
14 May 30, 2006
12:38 pm

codejoeblue
Send Email

OK, using the MS script debugger, I get an " ) expected on line 25". <script language="JavaScript" type="text/javascript"> var animtest = {}; animtest.init =...
3 May 30, 2006
4:58 am

sunilc66
Send Email

dear all! i got a question, why yui use html doctype like this <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 2...
2 May 30, 2006
4:24 am

Matt Warden
mwarden@...
Send Email

hello list, this is my first post. right now I need some help on using Grids CSS. I was wondering if anyone can help me out a with my little problem. attached...
3 May 30, 2006
3:59 am

Rizky
br4inwash3r
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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