Hello guys,
Your favorite French is back^^ I have just a small question.
In the YUI examples, this function allows to get information, I am not sure to understand what are reference done by myHandler :
var myHandler = function(sType, aArgs){
myAC = aArgs[0]; // reference back to the AC instance
elLI = aArgs[1]; // reference to the selected LI element
oData = aArgs[2]; // object literal of selected item's result data
}
Somebody can explain, with example (if possible), the correspondence for myAC, elLI, oData ? How this function work ? (sType, aArgs) ? myAC ?