Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

tinymce image and links inputs disabled

// Prevent Bootstrap dialog from blocking focusin
$(document).on('focusin', function(e) {
   if ($(e.target).closest(".tox-tinymce, .tox-tinymce-aux, .moxman-window, .tam-assetmanager-root").length) {
      e.stopImmediatePropagation();
   }
});
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #tinymce #image #links #inputs #disabled
ADD COMMENT
Topic
Name
9+3 =