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: 12955
  • 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 1847 - 1876 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1847 Nige White
exguardianre... Send Email
Jun 1, 2006
7:13 am
... The boolean isTarget can be set to false, then the DD instance is not a target. I think that the pattern used by the YAHOO DragDrop library might be ...
1848 ghn_woodworker Send Email Jun 1, 2006
7:57 am
... i have this problem also, any results at the moment? its really bad...
1849 Simon Willison
simonwillison Send Email
Jun 1, 2006
8:36 am
... This should work: var myanim = new YAHOO.util.Anim('sample&#39;, { fontSize: {from: 0, to: 40}, opacity: {from: 0, to: 1} }); Cheers, Simon...
1850 franck_342 Send Email Jun 1, 2006
9:00 am
... Hi Eric, i'm ready to translate them in french. Regards, Franck...
1851 Grzegorz Bugaj
gregbugaj Send Email
Jun 1, 2006
1:11 pm
Hi, I can translate them into Polish(Polski). Grzegorz Bugaj franck_342 <franck@...> wrote: > ... Hi Eric, i'm ready to translate them in french. ...
1852 Patrick Sullivan
yggdrasil34 Send Email
Jun 1, 2006
1:36 pm
Wow, that works! So I just had too many curly braces, huh? Well, the code looks better without all those, too. Thank you, Simon. I feel dumb. Patrick Sullivan,...
1853 Peter Michaux
petermichaux Send Email
Jun 1, 2006
1:54 pm
... Thanks for the info. I'll try this. So when I am dragging the libary only looks for interactions with possible targets? That would be nice and efficient...
1854 Dave
daveklawitter Send Email
Jun 1, 2006
2:08 pm
Steve, thanks for the input but it seems as though modal:true is still causing a "Number expected" js error for me even after making the change to the panel...
1855 chris_k_becker Send Email Jun 1, 2006
2:24 pm
Hi all; I am exploring the use of the TreeView control to allow users to make selections from a hierarchical structure, and post the choices back to the server...
1856 Troy Wolf
wolf8769 Send Email
Jun 1, 2006
2:24 pm
I have a javascript object with a function (method) that uses the connection object. The app opens a child window that uses the TinyMCE rich-text editor. When...
1857 Nige White
exguardianre... Send Email
Jun 1, 2006
2:45 pm
... I do it in a similar way. In my example at https://secure0.forward-comp.co.uk/yui/examples/treeview/fcl.html I implement onDragEnter, onDrag, onDragDrop...
1858 franck_342 Send Email Jun 1, 2006
2:46 pm
YUI is great. Really. YUI Forum is on Yahoo! YUI project is on sourceforge. YUI Request Feature on sourceforge (new features are only made by the Yahoo! team...
1859 Nige White
exguardianre... Send Email
Jun 1, 2006
2:50 pm
... I trap the submit event, and send an XML version of the tree: YAHOO.util.Event.addListener("mainForm&quot;, "submit", function(e) { var c =...
1860 Dave
daveklawitter Send Email
Jun 1, 2006
3:03 pm
Strangely enough modal:true was not working in IE because of a style set on the body... margin: 0 auto 0 auto; I changed it to margin-top: 0; and...
1861 franck_342 Send Email Jun 1, 2006
3:03 pm
... Yes it seem's. #yui on freenode nobody on, but just a question of time :) great Franck...
1862 Matt Warden
mwarden@... Send Email
Jun 1, 2006
3:29 pm
... Add a patch or include the patch in a feature request / bug report. ... What makes you question whether it's an open source project or not? Just because...
1863 kansalneha28 Send Email Jun 1, 2006
3:37 pm
Hi Thomas Where do I figure out the version number from? I dont see a file that gives the version no. Which xml document should I post, the ajax response xml...
1864 Matthew
m_a_t_t_h_3_w Send Email
Jun 1, 2006
3:46 pm
Hey everyone, I'd like to leverage this new technology on our website, but am having a bit of trouble getting it to function the way I'd like. Any suggestions...
1865 franck_342 Send Email Jun 1, 2006
3:55 pm
... Ok thanks for the answer. ... I said "FULL opensource or not". YUI is opensource yes, i've got the source code. Be able to get the source code is a thing...
1866 Troy Wolf
wolf8769 Send Email
Jun 1, 2006
3:55 pm
Here is some additional information that I'm sure helps point to the root issue. HOWEVER, I don't know what that is still. I "fixed" my problem by placing a...
1867 chris_k_becker Send Email Jun 1, 2006
4:09 pm
Nige; Thanks for the response. A couple of quick followup questions, if I may: 1) Does the code you provided reside in the body of the page containing the...
1868 Nige White
exguardianre... Send Email
Jun 1, 2006
4:20 pm
... You don't invoke the listener. It's attached to the submit event for the form whose id is "mainForm";: YAHOO.util.Event.addListener("mainForm&quot;, "submit",...
1869 Thomas S. Sha
tssha Send Email
Jun 1, 2006
4:26 pm
... If you downloaded YUI from SourceForge, that is version 0.10.0. The previous version(0.9.0) was available on our developer site: developer.yahoo.com/yui....
1870 mrprogguy Send Email Jun 1, 2006
4:37 pm
I'm having the same problem. Rendering the calendar doesn't make prior dates unselectable while I'm using the calendar, despite the documentation. ... ...
1871 mrprogguy Send Email Jun 1, 2006
4:48 pm
Glad I read back...this solved the issue I was having. ... by ... instance. ... Event ... setMonth on ... the ... them ... indexed, so ... questions, please ...
1872 kansalneha28 Send Email Jun 1, 2006
5:01 pm
Oh okay, I downloaded it from yahoo developer site, I will upgrade the version and see if that solves the issue. I will let you know, thanks. Neha....
1873 Sandy McArthur
sandymacjr Send Email
Jun 1, 2006
5:12 pm
Does someone have an example of a Panel that works without the div in the html before you try to create a new panel? ...
1874 Sandy McArthur
sandymacjr Send Email
Jun 1, 2006
6:05 pm
... you ... place ... Figured out my own problem thanks to the SimpleDialog Example and then reading the render docs. The call to render() for the dialog...
1875 Steven Peterson
y_stevenp Send Email
Jun 1, 2006
6:38 pm
Glad to hear that you got it working. J Thanks for the feedback! Steven Peterson Web Developer, Platform Engineering Yahoo! From:...
1876 Steven Peterson
y_stevenp Send Email
Jun 1, 2006
6:39 pm
Dave, Can you please point me to a full code sample? Thanks! Steven Peterson Web Developer, Platform Engineering Yahoo! From: ydn-javascript@yahoogroups.com...
Messages 1847 - 1876 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