Server : Apache System : Linux webm012.cluster129.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : eventfrsgx ( 61451) PHP Version : 7.3.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/e/v/e/eventfrsgx/www/plugins/editors/acyeditor/acyeditor/ckeditor/plugins/addtag/ |
(function() {
var a= {
exec:function(editor){
if (parent.IeCursorFix)
{
parent.IeCursorFix();
}
if (parent.SetIgnoreDeselection)
{
parent.SetIgnoreDeselection();
}
if (parent.FireClick)
{
var itemElement = parent.document.getElementById('AcyLienTag');
parent.FireClick(itemElement);
}
}
},
b='addtag';
CKEDITOR.plugins.add(b,{
init:function(editor){
editor.addCommand(b,a);
editor.ui.addButton("addtag",{label:editor.lang.addtag.toolbar,
icon: this.path + "icon-16-tag.png",
command:b,
toolbar: "insert"});
}
});
})();