Toggle readonly mode in kie-editor #1611
Unanswered
sureshravi93
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I am trying to build a vscode extension for dmn editor in similar to the incubator-kie-tools/dmn-vscode-extension. My objective is to first open the editor in readonly mode and switch to edit mode. I have gone through the implementation of incubator-kie-tools/dmn-vscode-extension and incubator-kie-tools/vscode-extenstion and noticed that kogitoEditor_initRequest is used to initiate the editor and it can be called only once in the editor lifecycle. Is there a way that I could switch the editor to edit mode when the editor is already opened in read only mode.
Beta Was this translation helpful? Give feedback.
All reactions