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...
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('buttonId', 'width', 175 + 'px'); It seems like the...
try setting YAHOO.util.Dom.setStyle('buttonId', 'width', (175) + 'px'); or if You have a known value use '175px' directly *********** REPLY SEPARATOR...
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 =...
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,...
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...
Sure, normally You get there with a variable comming from somewhere but var nNewWidth = 175; ..... ..... YAHOO.util.Dom.setStyle('buttonId', 'width',...
... 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...
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...
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...
... 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...
... [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...
... 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...
..... 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...
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 ) ...