Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Rihab 104 posts 388 karma points
    Nov 14, 2019 @ 09:51
    Rihab
    0

    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.

  • Rihab 104 posts 388 karma points
    Nov 18, 2019 @ 09:04
    Rihab
    100

    I found the answer here : cancel and/or clear unsaved changes alert

  • Thomas 315 posts 602 karma points c-trib
    Sep 30, 2020 @ 20:00
    Thomas
    0

    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?

Please Sign in or register to post replies

Write your reply to:

Draft