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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 12843 - 12873 of 52481   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
12873 tonsrot Send Email May 1, 2007
7:58 pm
Unfortunately, that answer uses the deprecated Calendar_Core class. Does anyone know where the prependCssClass function went to, so I can replicate this using...
12872 tonsrot Send Email May 1, 2007
7:01 pm
... bah, and I found it a hour later ;) For anyone interested: http://www.culture.gov.sk/extras/yui/examples/calendar/row_highlight/index.html...
12871 wejiangwe Send Email May 1, 2007
6:13 pm
I don't know that issue clearly, my co-worker said when we tried to implement custom sorting, we ran into problems that we're unable to access other column...
12870 tonsrot Send Email May 1, 2007
5:54 pm
Trying to have the YUI calendar highlight the current week that it is currently hoving over, versus just the single date. Really stumped on where to really...
12869 foggjacob Send Email May 1, 2007
5:51 pm
okay, so I pulled my button initialization code out of the "YAHOO.djo.init = function () {" and placed it into a standard function and called it with a...
12868 foggjacob Send Email May 1, 2007
5:46 pm
Hey guys, for some reason I keep getting this error on this page... it looks like this line: "var mProjectSelector = new ...
12867 Gopalarathnam Venkate...
gopalarathnam_v Send Email
May 1, 2007
5:36 pm
... Just curious to know what issues you are facing with YUI. -- Gopalarathnam Venkatesan http://gopalarathnam.com/...
12866 sun52tzu Send Email May 1, 2007
5:36 pm
What is the easiest way to clean up the DOM (document.forms[]) of any dialog created dynamically? Using Firebug, I can see multiple instances of the dialog...
12865 alexshusta Send Email May 1, 2007
5:34 pm
Hi Stuart, Does the Menu.insertItem() method cover what you need? http://developer.yahoo.com/yui/docs/YAHOO.widget.Menu.html#insertItem ...
12864 ahbeng36 Send Email May 1, 2007
5:22 pm
Hi, Dom and Element are doing similar things. I am wondering when to use which. Can anyone give me some advice? Thank you Shiu...
12863 cristopher pierson ew...
cewing@... Send Email
May 1, 2007
5:11 pm
Ho there, I'm working on a tabbed interface for managing courses. Each tab contains data that is related to some sub-group of information about the course one...
12862 tssha Send Email May 1, 2007
5:07 pm
... How so? ... There isn't just one solution. Issue a far-past Expires header and, or a Last-Modified header that insures every cached result is instantly...
12861 wejiangwe Send Email May 1, 2007
4:59 pm
Thank you, Mike. The URL is internal, it seems cannot show external. I added the randomized sequence, it works, but my boss thinks it is not a good way. For...
12860 Caridy Patiño Mayea
caridyp Send Email
May 1, 2007
4:50 pm
ragtek_ragga, why you don´t try another technique to solve your problem? I think that you may use the event bubble up technique to generate each tooltip on...
12859 Ted Husted
ted.husted Send Email
May 1, 2007
4:45 pm
Nabble is a good solution that you can start using today * http://www.nabble.com/ydn-javascript-f16949.html A project can also make customizations so that it...
12858 sckschu Send Email May 1, 2007
4:10 pm
I am a recruiter with Comcast and I represent the Engineering group of CIM (Comcast Interactive Media). CIM was started around two years ago to grow their...
12857 Stuart Grimshaw
stuartgrimshaw Send Email
May 1, 2007
3:56 pm
If I have a context menu that I want to change dynamically, depending on the actions of users, is there any way just to splice in a new bunch of options to the...
12856 cugrz Send Email May 1, 2007
3:24 pm
I have a panel with several dynamic elements on it. When I close the panel I would like all the elements in the panel to be hidden. My problem is if I ever...
12855 Scott Lerman
smlerman Send Email
May 1, 2007
2:26 pm
If you activate a tab (by clicking the link) before the tab has finished loading, the tabview tries to load the tab from the server again, resulting in two...
12854 wizfrob Send Email May 1, 2007
2:08 pm
... Whups - yeah, I meant the Sortable List example. All you need to do to make the divs scrollable is to set the "overflow: scroll" style on them....
12853 Philip Tellis
philiptellis Send Email
May 1, 2007
1:05 pm
... scope will never be false because of the enclosing if(override) what this does is allow people to directly specify an object as the override parameter....
12851 Fred Janon
fjanon Send Email
May 1, 2007
11:06 am
Hi, Shouldn't the code in addListener be: var scope = el; if (override) { if (override === true) { scope = obj; } else { scope = *el; // <== 'el' instead of...
12850 k_and_u Send Email May 1, 2007
9:24 am
Hi, I have a DataTable with an associated DataSource. The chages of the DataSource are not visible in the DataTable. What should I do to make it work? The...
12849 Gopalarathnam Venkate...
gopalarathnam_v Send Email
May 1, 2007
5:51 am
... Hi James: Do you have the sample code to show us? I believe you must have bound the listener to "button click", instead bind it to "form submit", it should...
12848 Alan Pinstein
apinstein Send Email
May 1, 2007
4:15 am
I have been using Container extensively in my app and noticed something interesting doing cross-browser testing. On Safari, "Container&quot; instances do something...
12847 rocketeerbkw Send Email May 1, 2007
3:16 am
... started"; ... Thank you very much, that definitely helps solve that problem. In the code I posted i had //ttFdrg[i].hide(); The reason it's commented out...
12846 Juan Leon
jdash.lists@... Send Email
May 1, 2007
2:32 am
Hey folks, Since I could not figure out how to get the DataSource to take my plain text file or csv string, I wrote some pre-processing code to turn it into an...
12845 Mike Lee (YUI)
mikeleeorg Send Email
May 1, 2007
1:31 am
Hi Sanjiv, Cool, I'm glad you were able to resolve the issue. And yes, because of the relative nature of measurements such as percentages and ems, they are...
12844 Sanjiv Jivan
sjivan Send Email
Apr 30, 2007
11:30 pm
Mike, Thanks for the explanation. I was able to get the desired result by adding a rule p { 95%; } to get my font size to 10px. Note that based on the font...
12843 Mike Lee (YUI)
mikeleeorg Send Email
Apr 30, 2007
11:11 pm
It's funny you guys mention this. We're actually exploring alternatives to the YUI Forums, one of which are traditional forums/message boards. There are pros...
Messages 12843 - 12873 of 52481   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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