Open event on editor not work

Open event on editor not work

Nicola.ANicola.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

Answers

  • allanallan Posts: 61,726Questions: 1Answers: 10,109 Site admin

    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

  • Nicola.ANicola.A Posts: 6Questions: 3Answers: 0

    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

  • allanallan Posts: 61,726Questions: 1Answers: 10,109 Site admin
    Answer ✓

    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

This discussion has been closed.