I wonder if anybody can help. I am trying to rewrite the spotlight example for YUI3 carousel:
http://www.marshall.edu/JAVASCRIPT/yui/ ... n_log.html
Unfortunately I cannot find the API for the YUI3 carousel in order to see if 'getElementForItem' is a valid method.
I'm specifically stuck on the following part:
Thanks in advance,
Anna
http://www.marshall.edu/JAVASCRIPT/yui/ ... n_log.html
Unfortunately I cannot find the API for the YUI3 carousel in order to see if 'getElementForItem' is a valid method.
I'm specifically stuck on the following part:
Code:
carousel.on("itemSelected", function (index) {
var item = carousel.getElementForItem(index);
});
var item = carousel.getElementForItem(index);
});
Thanks in advance,
Anna