Not sure as I don't normally use eventListeners on panels.
But if you just want to simulate the cb1 onClick() event you can do this
okButton.onClick = function() { cb1.notify(); }
Not sure as I don't normally use eventListeners on panels.
But if you just want to simulate the cb1 onClick() event you can do this
okButton.onClick = function() { cb1.notify(); }