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: 12937
  • 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
Messages 50099 - 50130 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
50099 agentsinaction Send Email Jul 1, 2009
8:19 am
Hi. If you're having problems because there are other libraries which depends on an other Mozilla Rhino implementation you can do the following so that the...
50100 Roshni
roshni_blr Send Email
Jul 1, 2009
9:42 am
Hi, I wanted to know whether YUI supports Selenium Testing....
50101 josep.pijuan Send Email Jul 1, 2009
10:00 am
Hi people, I've just installed the new firefox version (3.5), and I've had a surprise when my working page haven't loaded correctly. I've found a problem with...
50102 Caridy Patino
caridyp Send Email
Jul 1, 2009
12:53 pm
Yes, it's a common practice to use selenium to load a page that contains a set of YUI Test Suite, and report the result during the build process. Best Regards,...
50103 binouch2009 Send Email Jul 1, 2009
1:06 pm
I am using the YUI tree that's displayed in a container. The container is about 700px long but the list of nodes is much longer than that. The tree works as a...
50104 Noorhan Abbas
noorhanabbas Send Email
Jul 1, 2009
1:08 pm
Hello, My application has three frames in one page.  The page is divided into two horizontal frames and the lower frame is divided into two other frames. ...
50105 Michael Cramer
michaelcramer Send Email
Jul 1, 2009
1:09 pm
I've built a YUI Sparkline widget, if anyone else is interested. It's based on ideas by graphic design hero Edward Tufte and uses the HTML Canvas element,...
50106 htrla57 Send Email Jul 1, 2009
1:57 pm
In a relatively complex YUI application I have several datatables showing information fetched from the server. These datatables are created and updated by a...
50107 tomkraw1 Send Email Jul 1, 2009
2:19 pm
Hi! I'm trying to make datatable with data pooling. I would like to keep state. I'm struggling with payload and callback but it doesnt work. Is it possible...
50108 adam14622 Send Email Jul 1, 2009
3:25 pm
Couldn't find anything in the docs or the group postings regarding this. I would like to create a table with XY scrolling where I can freeze the top header row...
50109 Satyam
satyamutsa Send Email
Jul 1, 2009
3:34 pm
DataTable does not support freezing in place anything but the header row(s). Many people have asked for it in this forum, but I don't even know if anyone...
50110 Satyam
satyamutsa Send Email
Jul 1, 2009
3:45 pm
All kinds of nodes have a method focus() inherited from Node so, as long as you have a reference to which node you want to set the focus on you can just call...
50111 Noorhan Abbas
noorhanabbas Send Email
Jul 1, 2009
3:59 pm
  Hello, My application has three frames in one page.  The page is divided into two horizontal frames and the lower frame is divided into two other frames. ...
50112 Adam Stein
adam14622 Send Email
Jul 1, 2009
4:36 pm
Thanks for the info. I can see people not adding the feature request if they have to find another solution anyway. ... -- Adam Stein @ Xerox Corporation...
50113 Satyam
satyamutsa Send Email
Jul 1, 2009
4:38 pm
There are two ways to work with the DataTable to provide interactivity to the user. One is to assemble the DataTable with plenty of links with long hrefs full...
50114 quantumblaster Send Email Jul 1, 2009
5:44 pm
Hi, I'm having load time performance problems. I'm making a family tree and each person is represented as a panel on a background panel that's draggable. ...
50115 mauriff@...
mauriff... Send Email
Jul 1, 2009
6:40 pm
Hi, In my project we had a designer interface but he don't know JavaScript. We need a IDE, What IDE we can use for designer interfaces with YUI?...
50116 matt_3251091 Send Email Jul 1, 2009
7:57 pm
Hey Michael, this is very nice - but I've got a couple comments: Unfortunately for me using Canvas is a non-starter since it doesn't work in IE. I personally...
50118 Michael Cramer
michaelcramer Send Email
Jul 1, 2009
8:14 pm
... Yeah...I realize it's going to fail in IE. I'm thinking if I make it subclass the LineGraph, it could fall back to a very tiny flash-version when Canvas is...
50119 Satyam
satyamutsa Send Email
Jul 1, 2009
8:16 pm
I don't use it but the one I saw recommended quite often is Aptana: http://aptana.com/...
50121 illiphilli Send Email Jul 1, 2009
10:36 pm
Hey all, I've got a datable with inline editing, and what I'd like to do is disallow the editing of cells with a certain value. I'm listening to all cells set...
50122 Mark Ireland
akaidr4vr Send Email
Jul 1, 2009
10:50 pm
Satyam, What do you use? To: ydn-javascript@yahoogroups.com From: satyam@... Date: Wed, 1 Jul 2009 22:13:45 +0200 Subject: Re: [ydn-javascript] IDE...
50123 lou_tribal Send Email Jul 1, 2009
10:53 pm
Personnaly I use Emacs qith js2-mode (http://code.google.com/p/js2-mode/). This one is really nice but as I guess you are searching something with what you...
50124 ikaro751 Send Email Jul 1, 2009
11:43 pm
Hello, I'm generating javascript code with ASP; then I try to load this script with YAHOO.util.Get.script; does anyone know if is it possible to load from ASP...
50125 Kel
kelster1975 Send Email
Jul 2, 2009
2:03 am
I am having a problem using draggable columns in the datatable. When the datatable is placed inside another drag drop object, the column reordering gets...
50126 illiphilli Send Email Jul 2, 2009
4:32 am
Managed to solve both issues at once with this little number: myDataTable.onEventShowCellEditor = function(oArgs) { if (this.getColumn(oArgs.target).getField()...
50127 htrla57 Send Email Jul 2, 2009
5:02 am
... Satyam Thank you for your contribution. However, I already have everything working satisfactorily, except that I need to pass parameters to my custom...
50128 Andy Stevens
andystevens_... Send Email
Jul 2, 2009
5:26 am
... Looks that way. I couldn't see an enhancement request for it over on yuilibrary.com, so I've created one for you :-) Ticket #2528131 ...
50129 htrla57 Send Email Jul 2, 2009
5:44 am
... One addition: my current solution to locally loop through the JSON data before it goes to the datasource and add the context data to each record. But the...
50130 aravind dinakar
dinakar31 Send Email
Jul 2, 2009
5:53 am
Hi, I am trying to use yui grids inside an XSL. XSL code block and style sheet are attached at the end of the mail. I have this problem of having a small...
Messages 50099 - 50130 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