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 372 posts 1005 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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies