Your answer is here: http://yuilibrary.com/forum/viewtopic.php?p=5478#p5478 ... -- Dav Glass davglass@... blog.davglass.com + Windows: n. - The most...
Hi there, We are using YUI Layout 2.5.1. We have complex controls/content in each of the units, so the initialization of Layout itself is taking around 2 secs....
Hello! This is working just fine in Firefox, and probably other normal browsers. In IE, the zoom: 1 that the tabset gives all divs within it seems to break the...
You should post a link. ... -- Dav Glass davglass@... blog.davglass.com + Windows: n. - The most successful computer virus, ever. + + A computer without...
Hi Mauricio, Thanks for the input. I tried a variant of your first idea: function initDialog{  var profileDialog = new YAHOO.widget.SimpleDialog(     ...
Hi David, You can get the close button element by class name, because by default when you set "close: true" in the SimpleDialog YUI put a href element with the...
Hello! In a scrollable datatable wit "standard" selection, click the last visible row, or move to it with the arrow keys. Then press down arrow once. The next ...
Hi Christian , You can use the method scrollTo from your ScrollingDataTable, Example: myDataTableY.subscribe("keypress", fnKey, myDataTableY, true); var fnKey=...
Hi Sameer, A easy manner to do that is include your image in the text Example: YAHOO.example.container.tt1 = new YAHOO.widget.Tooltip("tt1", { context:"ctx", ...
Yes, thank you very much, but that's not the problem. I'd need a way to tell whether I actually need to scroll the table, i.e. is the currently selected row...
Wondering about performance of charting in YUI 2.7: We have a line chart with 12 data series. It draws in about 3 seconds on Firefox, 4 seconds in IE8, and 15...
Hello! We're using an outer layout that contains the top menu, a bottom status bar and a tabview in the center unit. Inside of each tab in the tabview, we have...
Dear velankarsameer, please go through the below url http://cssglobe.com/lab/tooltip/02/ here they used images inside the tooltip instead of text Thanks, -- ...
this is my code below - var list = document.getElementsByName('ligandTip_SO4'); var tp= new YAHOO.widget.Tooltip('ligandTip1_SO4', { context:list[0],...
That sounds like a lot of data for a single chart. That may be the cause of the slowness that you are experiencing. If you can post a link that reproduces the...
There's no method baked into DT for that, but you can compare the scrollTop of the overflow container (easy enough to find in FireBug) with the offsetTop of...
I appreciate the offer of help. I know it is a lot of data. My main question was why should a Flash component run more slowly in IE7 than FF. I suppose the...
If you are doing a lot of processing in js to create your datasource or if you are making an xhr request to get it, it could make an impact. Also, if you are...
I am using a contextMenu with a treeView widget, it is working fine in ie8, but the context menu is not showing in ie6 or ie7. Anybody a has workaround or a...
Hi is there a quick way to use 'set' operators (AND, OR, NOT) among JavaScript collections? How would you implement the example in the Subject line? Thank ...
Hi I just discovered the following solution: http://www.kevlindev.com/blog/?p=67 http://www.kevlindev.com/utilities/sets/sets.svg (see source). I need to check...