Copied to clipboard

Flag this post as spam?

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


  • Jonathan Roberts 409 posts 1063 karma points
    Jul 26, 2017 @ 09:50
    Jonathan Roberts
    0

    RTE umb-editor Iframe HTML blanks after dragged

    Hi,

    I have created a sortable accordion with a Rich Text editor (RTE) in each slide.

    Im currently using:

    <umb-editor model="slide.rte" ng-model="slide.rte"></umb-editor>
    
    return slide.rte = {
                label: 'bodyText',
                description: '...',
                view: 'rte',
                value: slide.rte.value,
                config: {
                    editor: {
                        toolbar: ["code", "removeformat", "link", "unlink", "bold", "italic", "underline", "strikethrough"],
                        stylesheets: [],
                        dimensions: {
                            height: 200
                        }
                    }
                }
            }
    

    When I drag the slide the Iframe HTML is deleted.

    Has anyone seen this before and knows how I can fix this?

    Jon

Please Sign in or register to post replies

Write your reply to:

Draft