Open event on editor not work
Open event on editor not work
Nicola.A
Posts: 6Questions: 3Answers: 0
Hi, i have a problem with the open event:
[code]
editor.on('open', function () {
set_LastUpdate();
{ hide: ['IP', 'SUBMASK', 'GATEWAY'] };
} );
[/code]
when I opened the editor for the first time, the event is not called. The second time it works without problems.
How can I fix?
Thanks
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Could you give me a link to a page showing the issue please? I don't immediately see any problem with your code above so I would need to be able to debug the page.
Allan
i'm sorry, but is for a private project, i can't publish the link page.
I inherited this project, there is probably some javascript that makes conflict.
Thank you
I'm afraid that there is really nothing I can do to help in that case. Sorry! I would need some way to either see or reproduce the issue to be able to understand and debug what is going on.
Allan