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: 12939
  • 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 35370 - 35400 of 52481   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
35370 anil81kesh Send Email Aug 1, 2008
7:13 am
Just trying to make the issue little more clear. Following are the steps 1. I have YUI Editor implementation 2. Click on the 'Create an Ordered List' or...
35371 jefffederman Send Email Aug 1, 2008
8:54 am
Hi, I'm fairly new to web design, and while familiar enough with JavaScript to make basic modifications to library widgets, I'm out of my league with this...
35372 Rodrigue Lagoue Njinthe
rlagoue@... Send Email
Aug 1, 2008
8:59 am
hi! i'm trying to set a button's widt programmatically. I use the following method. YAHOO.util.Dom.setStyle('buttonId&#39;, 'width&#39;, 175 + 'px'); It seems like the...
35373 Rahaman Sharif
krahaman_sharif Send Email
Aug 1, 2008
9:26 am
Hi All, I am a new user of yui.I am trying to use YUI to RICO. anybody know RICO. refer this link http://demos.openrico.org/demos/accordion. i want...
35374 klaudiusz szatanik
klaudiusz.sz... Send Email
Aug 1, 2008
9:54 am
hi, this one is similar: http://www.bubbling-library.com/ cheers, klaudiusz...
35375 Frank Dietrich
dietrich.frank Send Email
Aug 1, 2008
10:57 am
try setting YAHOO.util.Dom.setStyle('buttonId&#39;, 'width&#39;, (175) + 'px'); or if You have a known value use '175px&#39; directly *********** REPLY SEPARATOR...
35376 Nick Fox
nicolaspatri... Send Email
Aug 1, 2008
11:10 am
Is there a replacement in the library for getElementByID like in prototype.js. What library is it in if there is? var a = $('b'); // prototype.js for var a =...
35377 info2hussain Send Email Aug 1, 2008
11:14 am
Hi All, I want to create a dynamic tree with XHR data. I followed the YUI's example about that and wrote my own code but I see nothing in the browser. I don't...
35378 Rodrigue Lagoue Njinthe
rlagoue@... Send Email
Aug 1, 2008
11:57 am
Hi Frank, thanks for your answer. It is the use of the setStyle function that had the behaviour i described in my first mail. I cannot set it directly,...
35379 joehud888 Send Email Aug 1, 2008
1:12 pm
If you are a Java developer, ZipScript has just added struts2 support. ZipScript is a very powerful template language which can be used to wrap YUI components...
35380 Frank Dietrich
dietrich.frank Send Email
Aug 1, 2008
1:18 pm
Sure, normally You get there with a variable comming from somewhere but var nNewWidth = 175; ..... ..... YAHOO.util.Dom.setStyle('buttonId&#39;, 'width&#39;,...
35381 Dav Glass
dav.glass Send Email
Aug 1, 2008
2:02 pm
Anil -- There have been a few reports on SF for this issue & I will be working on them for the 2.6.0 release.. Dav Dav Glass dav.glass@... ...
35382 dietrich.frank Send Email Aug 1, 2008
2:14 pm
... instruction. ... But, as we are used from MS now, the download and installation is huuuuuge. FireBug was installed within a snap. VDWE calls for a 123MB ...
35383 Rodrigue Lagoue Njinthe
rlagoue@... Send Email
Aug 1, 2008
2:57 pm
Hi, is there a way to allow a part on the Layout Manager to have just the horizontal scroll, and NO vertical one? thanks for any help...
35384 Dav Glass
dav.glass Send Email
Aug 1, 2008
3:00 pm
Rodrigue -- Currently there is no way out of the box.. You can however make sure that you are sizing the inner elements correctly to make sure that it doesn't...
35385 ae3interactive Send Email Aug 1, 2008
3:22 pm
Hi, Sorry, I'm sure this has been asked before in here, but I can't seem to find an answer: What's the easiest interface for control of Easing methods? Is it...
35386 y_lsmith Send Email Aug 1, 2008
3:41 pm
... YAHOO.util.Dom.get('b'); It's common to create an alias to YAHOO.util.Dom, or even to Dom.get to shave verbosity: // wrap in anon function to avoid...
35387 y_lsmith Send Email Aug 1, 2008
3:50 pm
... [snip] Each file builds the library incrementally. datatable-beta.js also assumes that the YAHOO global is in place, for example. yahoo-min.js or...
35388 Frank Dietrich
dietrich.frank Send Email
Aug 1, 2008
3:55 pm
... You can define Your own easing methods. the Anim receives a parameter like YAHOO.util.Easing.easeOut But You could create Your own easing-object and pass...
35389 Frank Dietrich
dietrich.frank Send Email
Aug 1, 2008
3:58 pm
..... Dav Glass has a lot of easing samples on his page. I currently have no Link at hand but You'll find it here easily ....... here it is: ...
35390 Rodrigue Lagoue Njinthe
rlagoue@... Send Email
Aug 1, 2008
4:23 pm
thanks Dav for the response From: ydn-javascript@yahoogroups.com [mailto:ydn-javascript@yahoogroups.com] On Behalf Of Dav Glass Sent: Freitag, 1. August 2008...
35391 myworld100us Send Email Aug 1, 2008
5:07 pm
Any Ideas ? ... radio...
35392 Kyle Decot
affinity_ska... Send Email
Aug 1, 2008
5:25 pm
I have a chart that pulls in a json array. How do I update the url that is is pulling from ?...
35393 ae3interactive Send Email Aug 1, 2008
5:25 pm
... You'll find it here easily ... Thanks for both responses, they're exactly what I was looking for....
35394 tripp.bridges Send Email Aug 1, 2008
5:52 pm
Hi, You can use the liveData property of the DataSource. jsonData.liveData = [your new url]; Thanks, Tripp ... that is is pulling from ?...
35396 Eric Miraglia
ericmiraglia Send Email
Aug 1, 2008
7:13 pm
Rahaman, Have you looked at http://yuiblog.com/blog/2008/07/25/accordionview/ ? Regards, Eric...
35397 Rodrigue Lagoue Njinthe
rlagoue@... Send Email
Aug 1, 2008
7:14 pm
hi! i'm trying to get the value of an attribute using the method Element.get(key) Here is the description of the method in the API get void get ( key ) ...
35398 Eric Miraglia
ericmiraglia Send Email
Aug 1, 2008
7:15 pm
Slapyo, What is the URL of the page where you're having the problem? -Eric...
35399 Frank Dietrich
dietrich.frank Send Email
Aug 1, 2008
7:43 pm
Raja, sorry. Had no time to look into this yet... Already 10pm here *********** REPLY SEPARATOR ***********...
35400 Frank Dietrich
dietrich.frank Send Email
Aug 1, 2008
7:45 pm
... perfect!...
Messages 35370 - 35400 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