You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to Disable toggle tracking in CKeditor using loopindex.
My Code as below
CKEDITOR.on('lite:init',
function (ev) {
var lite = ev.data.lite;
lite.toggleTracking(false, false);
lite.toggleShow(false, false);
});
The text was updated successfully, but these errors were encountered:
I am unable to Disable toggle tracking in CKeditor using loopindex.
My Code as below
CKEDITOR.on('lite:init',
function (ev) {
var lite = ev.data.lite;
lite.toggleTracking(false, false);
lite.toggleShow(false, false);
});
The text was updated successfully, but these errors were encountered: