Mike, I see what you mean. Unfortunately, your use case is particularly challenging, since you have most columns with auto widths, one column with a minWidth,...
The best way to figure these things out is to use the Inspect function in Firebug. IN this case you would pop up the cell editor and inspect the buttons....
Hi, I am pretty new to yui and was wondering how I make a autocomplete widget like search yui (http://developer.yahoo.com/yui/docs/). I am am able to get...
Hey Alex, Wally's advice is good. For a bit more detail, he's a post I wrote a while ago discussing how to customize the width of the template presets. Note...
hi all, couldn't find any posts on this but i imagine its something anyone using layout manager would have to deal with; how do you guys set the sizes, padding...
Hi, See if the following thread helps: http://tech.groups.yahoo.com/group/ydn-javascript/message/31859 It has a link to the following example, which shows how...
Hi, It maybe a function of where you're rendering the Dialog and SimpleDialogs to. [e.g. are you rendering both to document.body or in elements nested further...
Hi, See if my response in the following thread regarding nested modality helps: http://tech.groups.yahoo.com/group/ydn-javascript/message/33659 Regards, Satyen...
Hi, Not through configuration, but you can use the KeyListener infrastructure, to bind a listener to the Enter key, and invoke the same function which you use...
G'day, I am plotting some data from a GPS onto a line chart, where X axis is time. The points I have do not come from regular time intervals, so I would like...
Hello friends of the DataTable, I have the need to hide a row of the table. I do this by setting the row's display = none. But in the ensuing reflow, something...
... Hi justinamcclain: Can you post the source if possible? I'm guessing you might be trying to do a cross-domain Ajax request from your domain to Y! Search....
I think I got it. The problem is method _syncColWidths. In the new structure made to support scrolling of the table body independent of the headers, the...
hello frns my prob. is,with tabView i am creating tabs using markup,in this when i set dataSrc, the data is not automatically loaded when the page refresh. but...
hi frn. how can we overwrite the title=active of the li element in tabView. i am creating tabView using javascript and not markup......... thanks for reading.....
... Thanks Luke That works ! Last request - is there a patch to allow nested cols to be hidden initially (via config object). As I mentitioned earlier I am...
Hello. I modified the basic example of DataTable control adding 5 hidden columns. As you'll see there are, at the left of the datatable, 5 strips. Am I missing...
The columns should be narrow strips on the right hand side of the table, not the left. If that is the case, that is fine, hidden columns are meant to be...
Hi there friends, I am trying to use YUI connection object and send asynchronous requests to my server. Everything works fine, till i have a need to send an...
... table, ... you ... Yes on the right, not on the left. :) Ok, I thought the colums was not visible at all. ... Yes, I will do so. I misunderstood the...
... in the ... available ... A little question: if I have a formatter option in the column definitions as ... {key: "level", label: "Level", formatter:...