"Opened" event

"Opened" event

cent89cent89 Posts: 19Questions: 6Answers: 0

Hi, i've a problem with opened event:
The code is:

editor.on('opened', function(e, mode, action ) {
     // my code...
});

but the code inside function is not triggered when editor (bubble) is opened. Other events, like initCreate and postSubmit, works.
Can you help me?

Thanks, Roberto

Answers

This discussion has been closed.