0

YUI examples: Custom Event

Hi!

Your sourcecode on following documentation page is incomplete:
http://developer.yahoo.com/yui/3/examples/...t/event-ce.html

It says:
CODE
//Create a YUI instance:
YUI().use('node', function(Y) {

//Shortcut for our logging div:
var logger = Y.one("#log");


For me, as beginner it was pretty difficult to get, that I have to import the event-custom-complex module:
CODE
//Create a YUI instance:
YUI().use('node', 'event-custom-complex', function(Y) {

//Shortcut for our logging div:
var logger = Y.one("#log");


Best regards,
Benedikt

by
1 Reply
This forum is locked.

Recent Posts

in YDN Documentation