Hi
I try to follow the documentation
BSelect::create(array(
...
"clientEvents"=>array(
"onDropdownShow"=>"function(){
console.log ('bla bla bla');
}",
),
));
But I even don't see my code at my page html.
This version also does not work
BSelect::create(array(
...
"onDropdownShow"=>"function(){
console.log ('bla bla bla');
}",
));
and is it possible to use onChage event?