first commit
This commit is contained in:
2
components/com_jce/editor/tiny_mce/plugins/print/editor_plugin.js
vendored
Normal file
2
components/com_jce/editor/tiny_mce/plugins/print/editor_plugin.js
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
/* jce - 2.9.32 | 2022-11-01 | https://www.joomlacontenteditor.net | Copyright (C) 2006 - 2022 Ryan Demmer. All rights reserved | GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html */
|
||||
!function(){tinymce.PluginManager.add("print",function(ed){ed.addCommand("mcePrint",function(){ed.getWin().print()}),ed.addButton("print",{title:"print.desc",cmd:"mcePrint"})})}();
|
||||
1
components/com_jce/editor/tiny_mce/plugins/print/index.html
vendored
Normal file
1
components/com_jce/editor/tiny_mce/plugins/print/index.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
17
components/com_jce/editor/tiny_mce/plugins/print/print.xml
vendored
Normal file
17
components/com_jce/editor/tiny_mce/plugins/print/print.xml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" ?>
|
||||
<extension version="3.4" type="plugin" group="jce" method="upgrade">
|
||||
<name>WF_PRINT_TITLE</name>
|
||||
<version>2.9.32</version>
|
||||
<creationDate>01-11-2022</creationDate>
|
||||
<author>Ryan Demmer</author>
|
||||
<authorEmail>info@joomlacontenteditor.net</authorEmail>
|
||||
<authorUrl>https://www.joomlacontenteditor.net/</authorUrl>
|
||||
<copyright>Ryan Demmer</copyright>
|
||||
<license>GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html</license>
|
||||
<description>WF_PRINT_DESC</description>
|
||||
<icon>print</icon>
|
||||
<help>
|
||||
<topic key="print.about" title="WF_PRINT_HELP_ABOUT" />
|
||||
</help>
|
||||
<languages></languages>
|
||||
</extension>
|
||||
Reference in New Issue
Block a user