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...
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...
Rodrigue Lagoue Njinthe
rlagoue@...
Aug 1, 2008 8:59 am
35373
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...
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...
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,...
Rodrigue Lagoue Njinthe
rlagoue@...
Aug 1, 2008 11:57 am
35379
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 ...
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 Lagoue Njinthe
rlagoue@...
Aug 1, 2008 2:57 pm
35384
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...
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...
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 ) ...
Rodrigue Lagoue Njinthe
rlagoue@...
Aug 1, 2008 7:14 pm
35398
Slapyo, What is the URL of the page where you're having the problem? -Eric...