Search the web
Sign In
New User? Sign Up
ydn-javascript · Yahoo! User Interface Library Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 50099 - 50130 of 52103   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
50099
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...
agentsinaction
Offline Send Email
Jul 1, 2009
8:19 am
50100
Hi, I wanted to know whether YUI supports Selenium Testing....
Roshni
roshni_blr
Offline Send Email
Jul 1, 2009
9:42 am
50101
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...
josep.pijuan
Offline Send Email
Jul 1, 2009
10:00 am
50102
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,...
Caridy Patino
caridyp
Offline Send Email
Jul 1, 2009
12:53 pm
50103
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...
binouch2009
Offline Send Email
Jul 1, 2009
1:06 pm
50104
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. ...
Noorhan Abbas
noorhanabbas
Offline Send Email
Jul 1, 2009
1:08 pm
50105
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,...
Michael Cramer
michaelcramer
Offline Send Email
Jul 1, 2009
1:09 pm
50106
In a relatively complex YUI application I have several datatables showing information fetched from the server. These datatables are created and updated by a...
htrla57
Offline Send Email
Jul 1, 2009
1:57 pm
50107
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...
tomkraw1
Offline Send Email
Jul 1, 2009
2:19 pm
50108
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...
adam14622
Offline Send Email
Jul 1, 2009
3:25 pm
50109
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...
Satyam
satyamutsa
Offline Send Email
Jul 1, 2009
3:34 pm
50110
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...
Satyam
satyamutsa
Offline Send Email
Jul 1, 2009
3:45 pm
50111
  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. ...
Noorhan Abbas
noorhanabbas
Offline Send Email
Jul 1, 2009
3:59 pm
50112
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...
Adam Stein
adam14622
Offline Send Email
Jul 1, 2009
4:36 pm
50113
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...
Satyam
satyamutsa
Offline Send Email
Jul 1, 2009
4:38 pm
50114
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. ...
quantumblaster
Offline Send Email
Jul 1, 2009
5:44 pm
50115
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?...
mauriff@...
mauriff...
Offline Send Email
Jul 1, 2009
6:40 pm
50116
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...
matt_3251091
Offline Send Email
Jul 1, 2009
7:57 pm
50118
... 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...
Michael Cramer
michaelcramer
Offline Send Email
Jul 1, 2009
8:14 pm
50119
I don't use it but the one I saw recommended quite often is Aptana: http://aptana.com/...
Satyam
satyamutsa
Offline Send Email
Jul 1, 2009
8:16 pm
50121
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...
illiphilli
Offline Send Email
Jul 1, 2009
10:36 pm
50122
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...
Mark Ireland
akaidr4vr
Offline Send Email
Jul 1, 2009
10:50 pm
50123
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...
lou_tribal
Offline Send Email
Jul 1, 2009
10:53 pm
50124
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...
ikaro751
Offline Send Email
Jul 1, 2009
11:43 pm
50125
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...
Kel
kelster1975
Offline Send Email
Jul 2, 2009
2:03 am
50126
Managed to solve both issues at once with this little number: myDataTable.onEventShowCellEditor = function(oArgs) { if (this.getColumn(oArgs.target).getField()...
illiphilli
Offline Send Email
Jul 2, 2009
4:32 am
50127
... Satyam Thank you for your contribution. However, I already have everything working satisfactorily, except that I need to pass parameters to my custom...
htrla57
Offline Send Email
Jul 2, 2009
5:02 am
50128
... 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 ...
Andy Stevens
andystevens_...
Offline Send Email
Jul 2, 2009
5:26 am
50129
... 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...
htrla57
Offline Send Email
Jul 2, 2009
5:44 am
50130
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...
aravind dinakar
dinakar31
Offline Send Email
Jul 2, 2009
5:53 am
Messages 50099 - 50130 of 52103   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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