Skip to content
This repository was archived by the owner on Jan 29, 2021. It is now read-only.
This repository was archived by the owner on Jan 29, 2021. It is now read-only.

Needs to destory existing editor instance before creating a new one. #7

@danieliser

Description

@danieliser

Just inside of this.each function you should be calling something like:

            if(tinyMCE.editors[current_id] !== undefined) {
                tinyMCE.remove(tinymce.editors[current_id]);
            }

This clears any previously rendered version.

This is important if your rendering the forms on the fly everytime, but with the same ids.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions