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,
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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:
When I drag the slide the Iframe HTML is deleted.
Has anyone seen this before and knows how I can fix this?
Jon
is working on a reply...