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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

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

Hi can somebody tell be why this doesn't work? var aItems = oMenu.getItems(); for (var x = 0; x <= aItems.length; x++) { ...
7 Aug 31, 2007
1:00 am

dean.grubb
Send Email

I'd like to solicit recommendations for maintaining the state of a paginated DataTable when navigating away from the page. For instance, I have a DataTable...
6 Aug 31, 2007
12:55 am

Mark Zolton
mczolton
Send Email

Hello everyone, I've been hunting around trying to figure out what I've done wrong here. I'm basically using the example code for making the colorpicker in a ...
5 Aug 30, 2007
11:21 pm

Alex
daginus
Send Email

I am trying to get a simple HTTP get to work. I took the GET example and made slight modifications. No matter what I try, I cannot access the o.responseText...
4 Aug 30, 2007
9:15 pm

Satyam
satyamutsa
Send Email

I'm finally using the scrolling feature of the YUI menu, and I find it a bit pokey. So I changed scrollBodyDown and scrollBodyUp to add or subtract 5, not 1,...
3 Aug 30, 2007
8:44 pm

jpdavenportjr
Send Email

I am a new newbie I am looking to add the calendar widget to my website. I am trying to follow the instructions on the web but I am failing to follow them....
3 Aug 30, 2007
7:51 pm

damonn burns
damonnburns
Send Email

Hi, Is there an easy way to dynamically hide and show datatable columns from script? It can be solved creating a new datatable with new column definitions and...
1 Aug 30, 2007
6:49 pm

eneko.taberna
Send Email

Hello all, This is what i have so far: <?php //require_once("post2database.php"); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ...
4 Aug 30, 2007
6:36 pm

abshirf2
Send Email

I have the following line: myDataTable = new YAHOO.widget.DataTable("myContainer", myColumnDefs, myDataSource, {sortedBy:{key:"cdate";, dir:"desc";}}); But I...
3 Aug 30, 2007
6:16 pm

daniel
dep01chi
Send Email

I am having a tough time getting the workaround described in the Known Issue (Statically positioned Menus not visible when a page includes Container CSS) to...
4 Aug 30, 2007
5:50 pm

Todd Kloots
toddkloots
Send Email

There seems to be a problem with the upgrade from 2.2.2 to 2.3.0 involving reusing context menus with submenus. I am currently using a single context menu and...
2 Aug 30, 2007
5:32 pm

Todd Kloots
toddkloots
Send Email

Hi. i want to add a small form to my calendar. I want this, because i need not just the date, i need also the time. But i don't know how i get own Content to...
2 Aug 30, 2007
4:55 pm

Satyen Desai
sdezzi
Send Email

Am I using an old version, or is this still an active bug? When unselecting multiple rows, not all are removed from the this._aSelections list because the...
1 Aug 30, 2007
4:42 pm

bobbobbobbobme
Send Email

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...
3 Aug 30, 2007
4:37 pm

jq_cf
Send Email

Hello. I have one Date/Time field that I can not get to sort properly. Parsing the field as "date" strips off the time (and actually still doesn't sort...
3 Aug 30, 2007
4:20 pm

Satyam
satyamutsa
Send Email

Is there anyway to keep data selection if user go back to calendar page?...
2 Aug 30, 2007
3:45 pm

dav.glass@...
dav.glass
Send Email

Hello, In my app I need to localize all english strings in the DataTable class. I'm using a custom gettext-based solution and I've found three strings which...
2 Aug 30, 2007
3:03 pm

Satyam
satyamutsa
Send Email

Hi All, I encountered a problem. I have the following inherited tab chain: YAHOO.widget.Tab <-- BaseTab <-- StatusTab Its code: BaseTab = function() { } ...
1 Aug 30, 2007
2:16 pm

KELEMEN Viktor
kelemen_viktor
Send Email

Hi everyone. I'm taking my first stab at implementing yahoo grids, and running into a problem. I'm trying to nest a yui-gc grid within the second child of a...
1 Aug 30, 2007
2:33 am

geoffdougherty
Send Email

Hey all, hopefully someone can help me with this. I would post the code, but the code spans about 15 files and would be tedious to copy/paste it all. Anyways,...
6 Aug 30, 2007
1:30 am

kr0n0x
Send Email

I need the ability to create and update style classes on the fly. Not which class is on an element, but the actual style class rules. I don't see anything...
2 Aug 30, 2007
12:05 am

Caridy PatiƱo Mayea
caridyp
Send Email

Hi friends, I get the error shown in the title when I try to instantiate Yahoo Menu objects. I think it must be a dependency problem, but I am not able to find...
8 Aug 29, 2007
11:40 pm

Satyam
satyamutsa
Send Email

I'm currently working on a unique problem with our implementation of the YUI menu. It can be viewed here: http://jpaulsen.dev.gaiaonline.com/mygaia/ Login is...
6 Aug 29, 2007
10:43 pm

yazdog8
Send Email

Because we're so close to doing a first (internal) release of our product, we took the decision not to upgrade the version of YUI we're using. (We're on 2.2.0...
2 Aug 29, 2007
10:12 pm

Eric Miraglia
ericmiraglia
Send Email

I am running an application which uses DataTable to stores notes. On deletion of a row in the DataTable i reload the webpage on which the Datatable component...
2 Aug 29, 2007
10:09 pm

Satyam
satyamutsa
Send Email

Hello, I'm building a page that I would like to have multiple YAHOO.widget.Menu instances on. The menus are built from markup. Is this supported? I ask because...
1 Aug 29, 2007
8:21 pm

Ian Shafer
ishafe
Send Email

I'm looking for a decent javascript editor. Can anyone make any recommendations? J...
7 Aug 29, 2007
8:09 pm

Jayman
jasonspeers
Send Email

I'm working on a large legacy web app that has an extensive menubar structure. The menubar usually loads entirely new pages into the browser, and in that...
3 Aug 29, 2007
7:15 pm

laughingsun2005
Send Email

Hi; When I try to put a default sorting on my datatable, it locates sort indicator to the correct column and correct sort direction, but nothing gets sorted,...
4 Aug 29, 2007
6:47 pm

Satyam
satyamutsa
Send Email

I am desperate, because with himself not to obtain my objective. Simply I want (since already I have commented in others posts), to imitate paguna.com. Not...
1 Aug 29, 2007
5:04 pm

chonlia
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