| Current Path : /home/gotzfrokfn/www/media/com_jce/editor/tinymce/plugins/print/ |
| Current File : /home/gotzfrokfn/www/media/com_jce/editor/tinymce/plugins/print/plugin.js |
/* jce - 2.9.81 | 2024-09-24 | https://www.joomlacontenteditor.net | Copyright (C) 2006 - 2024 Ryan Demmer. All rights reserved | GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html */
tinymce.PluginManager.add("print", function(ed) {
ed.addCommand("mcePrint", function() {
ed.getWin().print();
}), ed.addButton("print", {
title: "print.desc",
cmd: "mcePrint"
});
});