first commit

This commit is contained in:
2026-02-08 21:16:11 +01:00
commit e17b7026fd
8881 changed files with 1160453 additions and 0 deletions

View 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.create("tinymce.plugins.Nonbreaking",{init:function(ed,url){ed.addCommand("mceNonBreaking",function(){ed.execCommand("mceInsertContent",!1,ed.plugins.visualchars&&ed.plugins.visualchars.state?'<span data-mce-bogus="1" class="mce-item-hidden mce-item-nbsp">&nbsp;</span>':"&nbsp;")}),ed.addButton("nonbreaking",{title:"nonbreaking.desc",cmd:"mceNonBreaking"}),ed.getParam("nonbreaking_force_tab")&&ed.onKeyDown.add(function(ed,e){9==e.keyCode&&(e.preventDefault(),ed.execCommand("mceNonBreaking"),ed.execCommand("mceNonBreaking"),ed.execCommand("mceNonBreaking"))}),ed.addShortcut("ctrl+shift+32","nonbreaking.desc","mceNonBreaking")}}),tinymce.PluginManager.add("nonbreaking",tinymce.plugins.Nonbreaking)}();

View File

@@ -0,0 +1 @@
<html><body bgcolor="#FFFFFF"></body></html>

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" ?>
<extension version="3.4" type="plugin" group="jce" method="upgrade">
<name>WF_NONBREAKING_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_NONBREAKING_DESC</description>
<icon>nonbreaking</icon>
<help>
<topic key="nonbreaking.about" title="WF_NONBREAKING_HELP_ABOUT" />
</help>
<languages></languages>
</extension>