Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Everyone,
I'm creating a custom section that edits data in a custom table .... after saving my changing it's still showing: "you have unsaved changes " message
how can I fix this issue or just disable this message on my custom section?
thanks.
I found the answer here : cancel and/or clear unsaved changes alert
I have reused the rich text editor like this:
$scope.rte = { view: 'rte', config: { editor: { toolbar: ["code", "undo", "redo", "bold", "italic", "bullist"], dimensions: { height: 200, width: 800 } } } }; <umb-property-editor model="rte" no-dirty-check></umb-property-editor>
The no-dirty-check are not working here, and when I type content in the rich text editor, I can't get it the skip the "Unsaved content" popup message
Do you you have I can get around this?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
disable custom section Unsaved Changing Message
Hi Everyone,
I'm creating a custom section that edits data in a custom table .... after saving my changing it's still showing: "you have unsaved changes " message
how can I fix this issue or just disable this message on my custom section?
thanks.
I found the answer here : cancel and/or clear unsaved changes alert
I have reused the rich text editor like this:
The no-dirty-check are not working here, and when I type content in the rich text editor, I can't get it the skip the "Unsaved content" popup message
Do you you have I can get around this?
is working on a reply...