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...
914
Eric Ferraiuolo
eric.ferraiuolo
Sep 25, 2009 5:12 pm
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. ...
915
Satyen Desai
sdezzi
Sep 25, 2009 6:20 pm
Hey Eric, The additional argument to add "src" data to the attribute event payload was added specifically for the use case you describe: ...
916
Eric Ferraiuolo
eric.ferraiuolo
Sep 25, 2009 7:35 pm
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...
917
Andrew
andrew.bialecki
Sep 25, 2009 7:36 pm
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){ ...
918
Satyen Desai
sdezzi
Sep 25, 2009 8:25 pm
Hey Greg, It's actually not Widget related. It narrows down into the following basic use case: ...
919
Andrew
andrew.bialecki
Sep 25, 2009 8:50 pm
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("",...
920
Lucas Smith
y_lsmith
Sep 25, 2009 9:13 pm
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':...
921
sdezzi
Sep 25, 2009 11:02 pm
... 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...
922
Satyen Desai
sdezzi
Sep 25, 2009 11:05 pm
... 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...
923
greg.hinch
Sep 26, 2009 1:57 am
... Thanks Satyen that's exactly the info I was looking for. Greg...
924
Luke
y_lsmith
Oct 2, 2009 4:14 am
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...
926
juliebonniedaisy
juliebonnied...
Oct 27, 2009 8:27 pm
Make lots of videos please and post them ! Enjoy !...
927
Eric Miraglia
ericmiraglia
Oct 27, 2009 9:56 pm
Re: Video, we'll do our best! -Eric...
928
pnp@...
paolonesti
Dec 2, 2009 1:42 pm
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...
929
Eric Miraglia
ericmiraglia
Dec 3, 2009 6:52 pm
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 --...
930
pnp@...
paolonesti
Dec 4, 2009 7:29 am
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...
932
Eric Miraglia
ericmiraglia
Dec 4, 2009 6:58 pm
Paolo, Yes, you can subscribe to any individual forum using a subscribe link at the bottom of the page. Regards, Eric...
933
Mark Jarecki
urbanyte
Dec 15, 2009 7:56 am
Hi there, I was wondering if someone might have a basic example of getting web workers working with YUI3. Cheers Mark...
934
Mark Jarecki
urbanyte
Dec 15, 2009 6:14 pm
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...
937
Houdini
dmitrii_golub
Jan 10, 2010 12:45 am
I get the following data [ { "vignette":{"created_at":"2010-01-09T10:05:15Z","title":null,"invitation_code":"80"}}, {...
938
Eric Miraglia
ericmiraglia
Jan 11, 2010 6:13 pm
Houdini, I'd recommend posting this at http://yuilibrary.com/forum/ -- and specifically in the DataTable/DataSource forum, ...
941
Alexander Kaupp
tanilatanila
Jan 17, 2010 1:52 pm
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...
942
Logan Bowers
l0g4nb
Jan 19, 2010 1:02 am
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...
943
Dav Glass
dav.glass
Jan 19, 2010 1:14 am
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!...
948
Jignesh Thakkar
jmthakkar87
Mar 15, 2010 6:13 am
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...
949
Eric Miraglia
ericmiraglia
Mar 15, 2010 4:42 pm
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...
950
Eric Miraglia
ericmiraglia
Mar 15, 2010 5:13 pm
We have moved all YUI-related discussion forums to YUILibrary.com http://yuilibrary.com/forum/ The YUI 3 forums are listed here: ...