9 lines
455 B
JavaScript
9 lines
455 B
JavaScript
/**
|
|
* plugin.min.js
|
|
*
|
|
* Copyright, VEKIA
|
|
* COLOR PICKER BY VEKIA
|
|
* DO NOT ALLOWED TO REDISTRIBUTE
|
|
*
|
|
*/
|
|
tinymce.PluginManager.add("ecpicker",function(e){function t(){e.focus(true);var t="Color Picker";win=e.windowManager.open({title:t,file:tinyMCE.baseURL+"/plugins/ecpicker/index.html",width:570,height:240,inline:1,resizable:true,maximizable:true})}e.addButton("ecpicker",{icon: "fa-paint-brush fa-paint-brush",tooltip:"Color Picker",onclick:t})}) |