"Opened" event
"Opened" event
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
This discussion has been closed.
Answers
I updated Colin's example from this thread to include bubble editing:
http://live.datatables.net/cijiteho/3/edit
The
opened
event works in the example. See if the thread and example helps. If not please post a link to your page or update the example to show the issue.Kevin