ice icon indicating copy to clipboard operation
ice copied to clipboard

trackchange default off

Open doctsh opened this issue 7 years ago • 2 comments

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

doctsh avatar Aug 05 '18 16:08 doctsh

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,
          }
}

osaruagbonaye avatar Aug 15 '21 14:08 osaruagbonaye

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??

sunilparida avatar Jul 14 '24 04:07 sunilparida