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
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@...
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('buttonId39;, 'width39;, 175 + 'px'); It seems like the...
35373
Rahaman Sharif
krahaman_sharif
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...
Aug 1, 2008 9:54 am
hi, this one is similar: http://www.bubbling-library.com/ cheers, klaudiusz...
35375
Frank Dietrich
dietrich.frank
Aug 1, 2008 10:57 am
try setting YAHOO.util.Dom.setStyle('buttonId39;, 'width39;, (175) + 'px'); or if You have a known value use '175px39; directly *********** REPLY SEPARATOR...
35376
Nick Fox
nicolaspatri...
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
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@...
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
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
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('buttonId39;, 'width39;,...
35381
Dav Glass
dav.glass
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
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@...
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
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
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
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
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
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
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@...
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
Aug 1, 2008 5:07 pm
Any Ideas ? ... radio...
35392
Kyle Decot
affinity_ska...
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
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
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
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@...
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
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
Aug 1, 2008 7:43 pm
Raja, sorry. Had no time to look into this yet... Already 10pm here *********** REPLY SEPARATOR ***********...