Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trackchange default off #135

Open
doctsh opened this issue Aug 5, 2018 · 2 comments
Open

trackchange default off #135

doctsh opened this issue Aug 5, 2018 · 2 comments

Comments

@doctsh
Copy link

doctsh commented Aug 5, 2018

Thanks for lovely plugin
Can we make track change in off mode by default, and can enabled by a user when he wants so?

@osaruagbonaye
Copy link

Set isTracking to false in the ice configuration in the tinymce init setttings

{
        plugins: [ ice icesearchreplace ],
        toolbar: .....
       ice: {
            user: { name: username, id: userid },
            isTracking: false,
          }
}

@sunilparida
Copy link

How to destroy the ice api, as there is a requirement to generate the element dynamically and the element are created inside a loop. While calling the window.tracker = new ice.InlineChangeEditor inside loop it is working but while entering "space" it takes multiple spaces. So need to destroy the ice init before re-init. Is there any such method available to destroy the object??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants