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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 52154 - 52183 of 52183   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
52154
Your answer is here: http://yuilibrary.com/forum/viewtopic.php?p=5478#p5478 ... -- Dav Glass davglass@... blog.davglass.com + Windows: n. - The most...
Dav Glass
dav.glass
Offline Send Email
Nov 16, 2009
3:35 pm
52155
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....
mnrbug
Offline Send Email
Nov 17, 2009
7:13 am
52156
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...
Christian Tiberg
ctiberg
Offline Send Email
Nov 17, 2009
11:24 am
52157
Hi All... I am resending the same again, please let me know is there any solution for this issue. In the same page I am using a menubar, these two...
phanindra valluri
phanindra16
Offline Send Email
Nov 17, 2009
2:48 pm
52158
You should post a link. ... -- Dav Glass davglass@... blog.davglass.com + Windows: n. - The most successful computer virus, ever. + + A computer without...
Dav Glass
dav.glass
Offline Send Email
Nov 17, 2009
3:52 pm
52159
Hi Mauricio, Thanks for the input.  I tried a variant of your first idea: function initDialog{   var profileDialog = new YAHOO.widget.SimpleDialog(     ...
David Fealkoff
davidfealkoff
Offline Send Email
Nov 17, 2009
9:19 pm
52160
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...
Mauricio Ferreyra
mauriff...
Offline Send Email
Nov 17, 2009
10:51 pm
52161
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 ...
Christian Tiberg
ctiberg
Offline Send Email
Nov 18, 2009
12:11 pm
52162
Hi, I would like to load an image in tooltip instead of text. Is this possible? Thank you for help Sameer...
velankarsameer
Offline Send Email
Nov 18, 2009
2:36 pm
52163
Hi Christian , You can use the method scrollTo from your ScrollingDataTable, Example: myDataTableY.subscribe("keypress", fnKey, myDataTableY, true); var fnKey=...
Mauricio Ferreyra
mauriff...
Offline Send Email
Nov 18, 2009
3:35 pm
52164
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", ...
Mauricio Ferreyra
mauriff...
Offline Send Email
Nov 18, 2009
3:47 pm
52165
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...
Christian Tiberg
ctiberg
Offline Send Email
Nov 18, 2009
3:51 pm
52166
Anyone got the afterTheDeadline.com spellchecker working with the Rich Text Editor? Can I see an example? Thanks ...
Mark Ireland
akaidr4vr
Offline Send Email
Nov 18, 2009
10:12 pm
52167
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...
bobstachel
Offline Send Email
Nov 19, 2009
2:40 am
52168
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...
Christian Tiberg
ctiberg
Offline Send Email
Nov 19, 2009
9:04 am
52169
Hi Mauricio, Thanks for your reply. I tried what you have suggested but it does not seem to load the image!! Sameer...
velankarsameer
Offline Send Email
Nov 19, 2009
9:23 am
52170
Can you send some lines from your code?...
Mauricio Ferreyra
mauriff...
Offline Send Email
Nov 19, 2009
12:08 pm
52171
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, -- ...
vignes muthu
vicky_sowky
Offline Send Email
Nov 19, 2009
12:24 pm
52172
Dear velankarsameer, i herewith attached the source file for the able mentioned url Thanks, -- vigneswaran.E...
vignes muthu
vicky_sowky
Offline Send Email
Nov 19, 2009
12:27 pm
52173
this is my code below - var list = document.getElementsByName('ligandTip_SO4'); var tp= new YAHOO.widget.Tooltip('ligandTip1_SO4', { context:list[0],...
velankarsameer
Offline Send Email
Nov 19, 2009
1:38 pm
52174
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...
tripp.bridges
Offline Send Email
Nov 19, 2009
2:59 pm
52175
The problem is that the image url doesn't have extension. Try it var list = document.getElementsByName(' ligandTip_SO4'); var tp= new...
Mauricio Ferreyra
mauriff...
Offline Send Email
Nov 19, 2009
3:20 pm
52176
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...
Luke
y_lsmith
Online Now Send Email
Nov 19, 2009
4:26 pm
52177
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...
bobstachel
Offline Send Email
Nov 20, 2009
1:59 pm
52178
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...
tripp.bridges
Offline Send Email
Nov 20, 2009
4:26 pm
52179
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...
ibbby21
Offline Send Email
Nov 20, 2009
7:10 pm
52180
Thanks. It now works. Sameer...
velankarsameer
Offline Send Email
Nov 20, 2009
7:41 pm
52181
Hi, Is it possible to have a tab with scrollbar? Thanks for your help Sameer...
velankarsameer
Offline Send Email
Nov 20, 2009
7:43 pm
52182
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 ...
Mario
mario25960
Offline Send Email
Nov 21, 2009
9:10 am
52183
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...
Mario
mario25960
Offline Send Email
Nov 21, 2009
10:04 am
Messages 52154 - 52183 of 52183   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