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...
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...
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...
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...
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...
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. ...
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...
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: ...
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...
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...
... 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...
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 ...
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...
I have a case where I am overriding 'doBeforeParse' for a DataSource. If the DataSource that is returned is determined to be an error, I do not want to parse...
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) {...
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...
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...
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...
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...
Is there a cleaner way to dynamically add content to a SimpleDialog than this? var dialog = new YAHOO.widget.SimpleDialog("dialog",{ width: "300px", ... ...
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...
26545
Sam's Lists
samslists@...
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...
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...
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...
Simple Dialog inherits from Panel the methods setBody and appendToBody. Actually, in the API documentation for SimpleDialog, there are more methods and...