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: 12955
  • Category: JavaScript
  • Founded: Dec 15, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

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

hello, I'm using overlay from within tabview - things work as intended from the 1st tab, but in any subsequent tabs, the overlays don't obey their positioning....
1 Mar 7, 2008
7:47 am

kevin_tague
Send Email

I'm getting an 'Invalid Argument' from IE7 since upgrading to YUI 2.5.0. I've traced it down to the following code where it's trying to set ...
4 Mar 7, 2008
7:14 am

y_lsmith
Send Email

i'm also trying to figure this out... if u figure it out, can u share how to do it with the list? thanks!...
5 Mar 7, 2008
4:42 am

Sonny To
son_wh98
Send Email

G'day all, I'm new to YUI and so my question might already be answered somewhere. I'm having an issue with TabView in Firefox where it's displaying all of the...
3 Mar 7, 2008
3:29 am

Nicholas Orr
orrnicholas
Send Email

Can anyone else connect to the yuiblog. I am not able to connect, I get a 500 internal error....
1 Mar 7, 2008
3:10 am

teamhonda81
Send Email

Is there a way to have a tooltip on a cell override a tooltip on a table? If I use YUI to add a tooltip to both a cell (the td) and the table...
1 Mar 7, 2008
2:32 am

Debby
dsdart
Send Email

Hi, This example shows how you modify the calendar to be "read only", which if I understand you correctly seems like what you're trying to achieve. You don't...
1 Mar 6, 2008
10:50 pm

Satyen Desai
sdezzi
Send Email

Dav, et al, I'm using your Effects Widgets[1], but am having a problem with the interruption of the effect causing problems. For instances, if a user ...
2 Mar 6, 2008
8:57 pm

killroyboy
Send Email

Is there a way by default to make the Image Text Flow to the left by default? I have created my own popup, similar to: ...
8 Mar 6, 2008
8:03 pm

Dav Glass
dav.glass
Send Email

Is there a way to use dataSource as the menu items for a menu button? or, do I have to manually parse the XML and create a js array to put into the menu?...
2 Mar 6, 2008
7:10 pm

Satyam
satyamutsa
Send Email

i have an instance of a calendar. i have it localized into chinese . But when i use the method getSelectedDates() to get the date , and i use this result to...
4 Mar 6, 2008
6:07 pm

Satyen Desai
sdezzi
Send Email

This seems to be casuing a problem for me var newRec = myDataTable.getRecord(regHistRowIndex).getData(); newRec['regkey'] = '123'; var record =...
4 Mar 6, 2008
5:25 pm

y_lsmith
Send Email

I'm loading data over JSON directly from a MySQL 'date' column type (YYYY-MM-DD), and YUI 2.5.0 seems to be confused by this. What's displayed in the datatable...
2 Mar 6, 2008
5:05 pm

Satyam
satyamutsa
Send Email

In using a tree view to drill down user input, I ran across a user formatting a <textarea> with the Enter Key to space his data out from line to line. It is...
3 Mar 6, 2008
4:06 pm

melindafowler80
Send Email

Hello, I am trying to list the benefits of creating a single company/corporation wide JS object as part of an initiative to get some good traction for this...
2 Mar 6, 2008
3:12 pm

Dav Glass
dav.glass
Send Email

Hi! With YUI, will I be able to get data from SOAP webservices? Is there a way to call SOAP WebService and bind data to datatable? Thanks...
3 Mar 6, 2008
3:02 pm

[Softrack] Tartaise P...
ptartaise@...
Send Email

i have create one modal base dialog and datatable both works fine but gives two times same error at yahoo.js line 545 ERROR-YAHOO.lang.extend failed, please...
4 Mar 6, 2008
2:12 pm

Satyam
satyamutsa
Send Email

Hi, Please tell me how to cancel and resetting dynamic loading on treeview. Situation: 1) User clicks label on treeview. 2) node icon's animation start ([+] ->...
1 Mar 6, 2008
12:59 pm

KahKah!
kahkahcrow
Send Email

Hi all if you have a look at http://memibeltrame.ch/viewport/tabbed_viewport.html you can see a layout that uses a tabView as the main element for the center...
2 Mar 6, 2008
10:55 am

memibeltrame
Send Email

Hi, I have a question about the correct JSON string format that a datasource can receive through XHR. One thing puzzling me is that when I format the JSON...
7 Mar 6, 2008
8:32 am

Satyam
satyamutsa
Send Email

I am using a 'namespace&#39; form of writing my javascript - I have run into the following question: If I have a variable which is a "new" object which is...
2 Mar 6, 2008
8:17 am

Satyam
satyamutsa
Send Email

Can someone explain why YUI CSS is using HTML strict? I'm guessing it's because HTML is more cross browser compatible, but I can't seem to find any...
5 Mar 6, 2008
8:08 am

r9madridhk@...
r9madridhk
Send Email

Hi all, I want to make an image circular (or ellipse) shape. I mean I want to crop ht eimage and the image shape should be the circle. Do you have any ideas? ...
1 Mar 6, 2008
7:50 am

nakamura.shinsaku
nakamura.shi...
Send Email

I need to implement the zip code suggestion of US and CA, so I use the YUI AutoComplete to do it, and use the DS_XHR to defines data sources. Here is the codeI...
1 Mar 6, 2008
5:06 am

fanziathene
Send Email

I need to send some cookie values to the server along with my upload, but I'm not sure I'm going about it the right way. I *do* know that's it not working. :P...
4 Apr 11, 2008
9:34 am

denniskenny
Send Email

NEED A SCRIPT TO MAKE MY WEB SITE APPEAR AND WORK CORRECTLY IN A CELL PHONE OR PDA BROWSER WINDOW...
1 Mar 6, 2008
2:22 am

bigtimebiz2006
Send Email

Hi Im trying to display JSP or HTM file in a TAB in TabView as an include. It no wokies for me, any ideas? Something like this: <div id="container&quot;></div> ...
4 Mar 5, 2008
9:52 pm

Satyam
satyamutsa
Send Email

I try to run this basic pop up calendar: http://developer.yahoo.com/yui/examples/calendar/popup_clean.html It works fine on the example page and in my local...
7 Mar 5, 2008
8:50 pm

Satyen Desai
sdezzi
Send Email

Has anyone had issues with the calendar in Safari not correctly setting the maximum date properly? I've set the calendar max date to the current date +360....
3 Mar 5, 2008
8:38 pm

Satyen Desai
sdezzi
Send Email

If I create bold-italic text using the RTE, it creates the following markup: <em><strong>some text</strong></em> The problem is that the text only shows up as...
2 Mar 5, 2008
8:18 pm

grahamullrich
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