All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.js.uoatinymce.tinymce.plugins.code.plugin.min.js Maven / Gradle / Ivy

There is a newer version: 1.2
Show newest version
tinymce.PluginManager.add("code",function(e){function t(){e.windowManager.open({title:"Source code",body:{type:"textbox",name:"code",multiline:!0,minWidth:600,minHeight:500,value:e.getContent({source_view:!0}),spellcheck:!1},onSubmit:function(t){e.setContent(t.data.code)}})}e.addButton("code",{icon:"code",tooltip:"Source code",onclick:t}),e.addMenuItem("code",{icon:"code",text:"Source code",context:"tools",onclick:t})});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy