I think what you're doing right now: treating null (a.k.a. unfinished) as a default and valid value, along with "black", "oak", "cherry" is an accurate...
I'm having some issues creating Widgets and using instanceof, and I think the best way I can illustrate it is with an example. I'll preface by saying I know...
Just to try to add a little something here… I've also been using Attribute definitions which allow null and a string with a length > 0 as valid values. e.g. ...
See you write stuff like: "I can see a Form plugin/extension, which would bind a Widget's attributes to a Form [ mapping input elements to attributes ] and...
I think I know what the problem is that you're having. Can you give some sample code? I'm guessing it's something like: YUI().use("widget", function(Y){ ...
I want to add a number of modules and dependencies to the Loader so that I don't have to include all of my own JS files above my call to YUI().use("",...
You could try something like this YUI.add('myapp.loader-meta', function (Y) { Y.mix(Y.config.modules, { 'myapp.module-a': { fullpath: ... }, 'myapp.module-b':...
... To wrap up, this is accurate. If you want your instanceof check to work correctly across sandboxes, you'll need to make sure the classes used to create the...
... That was the idea :). ... I think a plugin is the right place to start - something which can be added to an instance of any widget, if it's content...
You should create modules for your custom Widgets rather than create them inline in a use() callback. YUI3's module structure is best used by isolating...
Hi, I see that a YUI 3 overlay remains invisible if the page has a container.css included (YUI2). I take it should be possible to make YUI2 and 3 coexists, so...
Paolo, As we are winding down this Yahoo! group and participation here is decreasing, I'd recommend taking your question to the YUI Developer Forums --...
OK, thanks. I don't see a setting in the new forum for receiving messages by email. Is'nt it possible? /paolo Eric Miraglia skrev: Paolo, As we are winding...
My current method, in the following simplified example (with some components omitted for clarity), works, but maybe a little clunky. I'm also wondering how...
Hello, I have a problem with IE... as allways. I have a div with a vertical scrollbar. On all Browsers the onBlur is not fired when i click on it. IE fires...
Hello, I need to roll forwards the version YUI I'm using to pick up some bug fixes, however I cannot due to bug #2528556, a pretty severe regression on an...
You should post this on the Forums at http://yuilibrary.com/forum This Yahoo Group is present for archival purposes, but it's not an active support channel. ...
Hello, In V3.0.0 grids have dramatically changed. Is there a writeup, blog post, or anything that documents or explains how to use the new grids? Thanks!...
Hello Friends, Â I am working in alfresco share which uses the yui library to design the web page But i have to design my own custom web pages and give some...
Jignesh, The best thing to do is to head over to the YUI Library documentation pages -- http://developer.yahoo.com/yui/ There you can read about the...