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 26518 - 26547 of 52481   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
26547 Caridy PatiƱo Mayea
caridyp Send Email
Mar 1, 2008
5:42 am
Hello Owen, You're right, again... :-) The configuration attributes didn't work in the first appear of the mask, only after the second time. I already updated...
26546 errodr Send Email Mar 1, 2008
4:20 am
Is there any way to display a "Loading" message in the autocomplete drop down while the results are being fetched? Even with queryDelay set to 0 there is...
26545 Sam's Lists
samslists@... Send Email
Mar 1, 2008
2:00 am
Hi... I'm making a menu using this an example: http://developer.yahoo.com/yui/examples/menu/topnavfromjs.html Here's the relevant code from your example: 16...
26544 WongTseng
wong.tseng Send Email
Mar 1, 2008
1:54 am
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...
26543 mathew.rowley Send Email Mar 1, 2008
1:22 am
Is there a cleaner way to dynamically add content to a SimpleDialog than this? var dialog = new YAHOO.widget.SimpleDialog("dialog&quot;,{ width: "300px", ... ...
26542 shepmaster Send Email Mar 1, 2008
1:13 am
Hey all, I have a case where I am trying to retrieve some Javascript from a server that may or may not be running. Everything works fine when the server is...
26541 m_giovenco Send Email Feb 29, 2008
10:53 pm
Awesome, that's exactly what I needed. Thank you very much for your help!...
26540 Beena More
beenamore Send Email
Feb 29, 2008
10:51 pm
Hi, I am new to YUI and I tried the autocomplete feature. I was going through the docs and couldnt find anything to make the the request or session objects as...
26539 Satyam
satyamutsa Send Email
Feb 29, 2008
10:47 pm
You can, in the columns definition for Id, format the contents of the cell like a link: {key:"id", label:"ID", formatter:function...
26538 foti-1@...
fotiman2000 Send Email
Feb 29, 2008
10:36 pm
In the example below, when you hover over any of the menubar items, the text in the nested grids gets chopped off!!! This is in IE6. Is this a bug? Am I...
26537 Satyam
satyamutsa Send Email
Feb 29, 2008
10:28 pm
I understand that you want to handle the error in doBeforeParse and don't generate the error in the DataTable. The problem is that the DataTable is going to...
26536 jimsearle Send Email Feb 29, 2008
10:23 pm
The problems mentioned below happen in firefox 2.x. In IE 7 it actually works like I want. So how do I get firefox to behave the same way? ... sData) {...
26535 mathew.rowley Send Email Feb 29, 2008
9:36 pm
I have a case where I am overriding 'doBeforeParse&#39; for a DataSource. If the DataSource that is returned is determined to be an error, I do not want to parse...
26534 m_giovenco Send Email Feb 29, 2008
9:30 pm
Hey all, Here's my question: Within my Datatable, I have a column called Id. What I want to occur is when a paricular ID is selected, the yui will bring it to...
26533 Dav Glass
dav.glass Send Email
Feb 29, 2008
9:11 pm
Can you post a link to an example? I don't use Java or have access to a server that I can reproduce it on.. I can't begin to debug what I can't see :) Thanks ...
26532 agladdish Send Email Feb 29, 2008
8:46 pm
... Hi Luke, that makes sense. However, I'm trying to place my Paginator's template buttons in the table's <tfoot> section. Can you suggest a way to accomplish...
26531 evolab_pm Send Email Feb 29, 2008
8:07 pm
What part is not clear? I pretty much reuse an example given in Resize but I wrap it into a portlet request - could be straight http. I would not have noticed...
26530 Matt Mlinac
matt_mlinac Send Email
Feb 29, 2008
7:29 pm
Hey The viewable area is not recalculated every time the user scrolls. The fold is calculated on page load, and from then on whatever trigger you set for the...
26529 jennykhan Send Email Feb 29, 2008
7:09 pm
Hi again, You can look for this to be fixed in the next release of Logger. In the meantime, here's the patch to YAHOO.widget.Logger._printToBrowserConsole: ...
26528 hwusdesign Send Email Feb 29, 2008
7:04 pm
I'm fairly new to this but have a great site going so far. Ive just figured out how to link mysql into a table and now I want to display it in a tab. This...
26527 Satyam
satyamutsa Send Email
Feb 29, 2008
7:03 pm
Having myDataTable declared global should not be a problem, though it would be better if you declared it under YAHOO.example or a namespace of your own. ...
26526 jennykhan Send Email Feb 29, 2008
6:56 pm
Hi Corentin, At this time, Logger always stringifies the messages sent to console.log(). Until this issue is resolved, you'll have to call ...
26525 Dav Glass
dav.glass Send Email
Feb 29, 2008
6:52 pm
Timothy -- Sorry about that, that may be an error in my docs.. I'll take a look at it for the next release.. Dav Dav Glass dav.glass@... ...
26524 Timothy Farrar
farrartd Send Email
Feb 29, 2008
6:47 pm
Thanks again Dav... this example helps alot. I didn't understand what it was asking for when it requested a button Obj. I thought the button object would...
26523 Nicholas Zakas
nicholas.zakas Send Email
Feb 29, 2008
6:40 pm
Hi Matt, Excellent questions. While I can't offer any step-by-step instructions, I can offer up some advice based on my own experiences. I've not successfully...
26522 Dav Glass
dav.glass Send Email
Feb 29, 2008
6:33 pm
Timothy -- This example should do: http://blog.davglass.com/files/yui/editor48/ Hope that helps :) Dav Dav Glass dav.glass@... blog.davglass.com +...
26521 y_lsmith Send Email Feb 29, 2008
6:33 pm
Anthony, The DataTable constructor will blow away the content of its container node during construction, so by the time the Paginator needs to render, the div...
26520 Brian McCullough
bdmc1000 Send Email
Feb 29, 2008
6:23 pm
I have been trying to show a "foreign" web page in mine, without a lot of success. If I use JS to pop up a complete window, I can make it work, but I would...
26519 Josh Tynjala
joshtynjala Send Email
Feb 29, 2008
6:22 pm
This is the expected behavior. A ColumnChart, by design, may only use a CategoryAxis for its xAxis value. Similarly, a BarChart can only use a CategoryAxis for...
26518 jimsearle Send Email Feb 29, 2008
6:11 pm
Sorry, I forgot to mention that the column I'm setting nowrap on is the farthest column on the right, so the datatable is forcing that columns width to be...
Messages 26518 - 26547 of 52481   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