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: 12954
  • Category: JavaScript
  • Founded: Dec 15, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 19537 - 19566 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
19537 Satyam
satyamutsa Send Email
Oct 12, 2007
12:06 pm
While following the server-side pagination example I noticed that the YUI Loader takes too much of it. The body of the actual function that does what the...
19538 Caridy Patiño Mayea
caridyp Send Email
Oct 12, 2007
12:10 pm
Hi Ken, ... .yui-skin-sam .yuimenuitem .yuimenuitemlabel.selected { background-color:#36A900; color: #fff; } ... .yui-skin-sam .yuimenubaritem a.selected { ...
19539 sk_shailesh2004 Send Email Oct 12, 2007
12:11 pm
Hello friends, I have created a DataTable with the HTML Markup table as a datasource. It's having the nexted headers and i want to implement the column ...
19540 Caridy Patiño Mayea
caridyp Send Email
Oct 12, 2007
12:12 pm
Hi Del, The dataSrc URL is in the same DOMAIN? Can you post an URL? Best Regards, Caridy (caridy at gmail.com) http://www.bubbling-library.com/...
19541 Caridy Patiño Mayea
caridyp Send Email
Oct 12, 2007
12:14 pm
Hola Vince ¿Cuál Browse/OS está usted usando? Saludos cordiales Caridy (caridy en gmail.com) Http://www.bubbling-library.com/...
19542 Soetji Anto
deer421 Send Email
Oct 12, 2007
12:38 pm
How can I put HTML content in Tooltip? Currently it displays only plain text. Thanks, Soetji...
19543 Satyam
satyamutsa Send Email
Oct 12, 2007
12:45 pm
There is nothing obvious in the few lines you show. Nor would I be surprised if resizing doesn't work if the table isn't done loading. Perhaps you can provide...
19544 sbuemaint Send Email Oct 12, 2007
12:57 pm
Hello I have been playing around with the bubbling YUI extension, mainly the Dispatcher plug-in. What I would like to do is that once my page is loaded, via an...
19545 erincarikan Send Email Oct 12, 2007
1:06 pm
Hi; I have two tabs and each tab contains a datatable. My problem is in the first tab column sorting works fine, but when the tab is changed, and a column...
19546 Ken Robinson
kenrbnsn Send Email
Oct 12, 2007
1:12 pm
... Thanks. I thought I had tried something like that, but maybe I was mistaken. Ken...
19547 Leitch, Oblio
oblio.leitch@... Send Email
Oct 12, 2007
1:35 pm
Thanks, Caridy. I went in another direction, however. I found someone's example that created a wide-angle "click" listener, and assigned it to an element...
19548 krisheehaw Send Email Oct 12, 2007
1:49 pm
Any chance you can post a link?...
19549 lucianion35 Send Email Oct 12, 2007
2:10 pm
Yeah no problem. It's work in progress so don't criticise. http://www.take1menu.com/Take-Away-category.html The only way to get it working is to add onchange...
19550 markovuksanovic Send Email Oct 12, 2007
2:15 pm
Is it possible to have autocomplete control to display, for example, 1000 results but only 10 would be visible (the height of the autocomplete control would be...
19551 markovuksanovic Send Email Oct 12, 2007
2:17 pm
... to use ... i found the problem, it was caused by using an older yui version in some other control....
19552 sbuemaint Send Email Oct 12, 2007
3:07 pm
Hello I am doing this in the definition of my panel: YAHOO.x3ui.HoverPanel.x3_Show2 = function(celemid,cTable,cTag,cValue,cTitle){ this.setHeader(cTitle); ...
19553 Caridy Patiño Mayea
caridyp Send Email
Oct 12, 2007
3:11 pm
Hi, The Dispatcher plugin don't have any problem to achieve this goal, but there are a few rules to load a plug and play widget onDemand in a READY page... and...
19554 erincarikan Send Email Oct 12, 2007
3:37 pm
Hi I found the cause of this problem, if a datatable gets in a situation where it contains 0 records, and it's populated. Column sorting reloads the page for...
19555 Leitch, Oblio
oblio.leitch@... Send Email
Oct 12, 2007
3:46 pm
If I define a function for a MenuItem.onclick method, it overrides existing behavior. How do I "prepend" to it? Let's say I want to add a value to the...
19556 foti-1@...
fotiman2000 Send Email
Oct 12, 2007
4:07 pm
The YAHOO object is created like this: if (typeof YAHOO == "undefined&quot;) { var YAHOO = {}; } The 'undefined&#39; value (in this particular usage) is checking for: -...
19557 Carlton Dickson
carltondickson Send Email
Oct 12, 2007
4:08 pm
Thanks Satyam I think I have managed to get everything working now...I think a major error I made was forgetting to specify a name value for each input ...
19558 Caridy Patiño Mayea
caridyp Send Email
Oct 12, 2007
4:17 pm
Hi, I think that you must use a instance of the menu object for all the elements (will save the resources). About the click event, you have two options here: ...
19559 tssha Send Email Oct 12, 2007
4:25 pm
... <snip> instead? Wouldn't a better method be to check if it is undefined OR ... new empty object will be created. Doesn't it make more sense to check for...
19560 Caridy Patiño Mayea
caridyp Send Email
Oct 12, 2007
4:27 pm
Hi Richard, Here is an example: .yui-skin-sam .yui-button button { padding-left: 2em; background: url(../button/assets/add.gif) 10% 50% no-repeat; } But be...
19561 Caridy Patiño Mayea
caridyp Send Email
Oct 12, 2007
4:28 pm
Hi, Your code is really bad structured (be careful with that...), I just try to fix some issues, and now is working for me... read the comments in the source...
19562 Caridy Patiño Mayea
caridyp Send Email
Oct 12, 2007
4:29 pm
Hi Soetji, You can use XHTML code for the tooltip's content... See the examples here: http://www.bubbling-library.com/sandbox/tooltips/index.html Best Regards,...
19563 jeremybrashear Send Email Oct 12, 2007
5:06 pm
Perhaps I've overlooked something, but I don't see a method for removing DOM elements in YAHOO.util.Dom. Is there a way to do this with the YUI libs? If not,...
19564 khaled-dragon fr
khaleddragon_fr Send Email
Oct 12, 2007
5:27 pm
weeeeeeeeeeeeelcome ... Tonight's top picks. What will you watch tonight? Preview the hottest shows on Yahoo! TV....
19565 Satyen Desai
sdezzi Send Email
Oct 12, 2007
5:52 pm
Hi, Here's a quick example (it's equally applicable to Dialogs too): http://yuiblog.com/sandbox/yui/v231/examples/container/sharedPanel.html I wasn't sure what...
19566 foti-1@...
fotiman2000 Send Email
Oct 12, 2007
5:53 pm
Now that IE has patched the memory leaks, should this be re-evaluated? ... From: "tssha" <tsha@...> ... <snip> instead? Wouldn't a better method be...
Messages 19537 - 19566 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help