UNPKG

trumbowyg

Version:

A lightweight WYSIWYG editor

1 lines 610 B
!function(t){"use strict";t.extend(!0,t.trumbowyg,{langs:{en:{indent:"Indent",outdent:"Outdent"},fr:{indent:"Augmenter le retrait",outdent:"Diminuer le retrait"}}}),t.extend(!0,t.trumbowyg,{plugins:{paragraph:{init:function(t){var n={fn:"indent",title:t.lang.indent,isSupported:function(){return!!document.queryCommandSupported&&!!document.queryCommandSupported("indent")},ico:"indent"},e={fn:"outdent",title:t.lang.outdent,isSupported:function(){return!!document.queryCommandSupported&&!!document.queryCommandSupported("outdent")},ico:"outdent"};t.addBtnDef("indent",n),t.addBtnDef("outdent",e)}}}})}(jQuery);