KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Events for BSelect #640

Closed Eugene opened this topic on on Jan 31, 2019 - 2 comments

Eugene commented on Jan 31, 2019

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?

KoolReport commented on Jan 31, 2019

There is something related to a bug that we have fixed for BSelect that we are about to release. I have email you the new version of BSelect.

Eugene commented on Jan 31, 2019

Thank you the first version works!

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
solved

None