1. Schritt Umnstellung FCKEditor auf CKEditor. FCKEditor ist jetzt nicht mehr nutzbar

git-svn-id: https://svn.libreccm.org/ccm/trunk@4769 8810af33-2d31-482b-a856-94f89814c4df
master
pb 2017-06-12 07:16:14 +00:00
parent c106a46228
commit 2905704ffc
623 changed files with 4 additions and 6 deletions

View File

@ -114,9 +114,7 @@ public final class BebopConfig extends AbstractConfig {
m_dhtmlEditor = new EnumerationParameter("waf.bebop.dhtml_editor", m_dhtmlEditor = new EnumerationParameter("waf.bebop.dhtml_editor",
Parameter.REQUIRED,BebopConstants.BEBOP_XINHAEDITOR); Parameter.REQUIRED,BebopConstants.BEBOP_XINHAEDITOR);
m_dhtmlEditor.put("Xinha", BebopConstants.BEBOP_XINHAEDITOR); m_dhtmlEditor.put("Xinha", BebopConstants.BEBOP_XINHAEDITOR);
m_dhtmlEditor.put("FCKeditor", BebopConstants.BEBOP_FCKEDITOR); m_dhtmlEditor.put("CKeditor", BebopConstants.BEBOP_CKEDITOR);
// HTMLArea for backwards compatibility with old XSL. to be removed soon!
m_dhtmlEditor.put("HTMLArea", BebopConstants.BEBOP_DHTMLEDITOR);
// Xinha is now default! // Xinha is now default!
m_dhtmlEditorSrcFile = new StringParameter m_dhtmlEditorSrcFile = new StringParameter

View File

@ -30,8 +30,8 @@ waf.bebop.dcp_on_links.format=[boolean]
waf.bebop.dhtml_editor.title=DHTML editor implementation waf.bebop.dhtml_editor.title=DHTML editor implementation
waf.bebop.dhtml_editor.purpose=Select which DHTML text input widget is used for DHTMLEditor Bebop component. waf.bebop.dhtml_editor.purpose=Select which DHTML text input widget is used for DHTMLEditor Bebop component.
waf.bebop.dhtml_editor.example=FCKeditor waf.bebop.dhtml_editor.example=CKeditor
waf.bebop.dhtml_editor.format=Xinha|FCKeditor|HTMLArea waf.bebop.dhtml_editor.format=Xinha|CKeditor
waf.bebop.dhtml_editor_src.title=Relative path to the source javascript file waf.bebop.dhtml_editor_src.title=Relative path to the source javascript file
waf.bebop.dhtml_editor_src.purpose=Relative path to the source javascript file waf.bebop.dhtml_editor_src.purpose=Relative path to the source javascript file

View File

@ -40,7 +40,7 @@ public interface BebopConstants {
String BEBOP_SELECT = "bebop:select"; String BEBOP_SELECT = "bebop:select";
String BEBOP_TEXTAREA = "bebop:textarea"; String BEBOP_TEXTAREA = "bebop:textarea";
String BEBOP_DHTMLEDITOR = "bebop:dhtmleditor"; String BEBOP_DHTMLEDITOR = "bebop:dhtmleditor";
String BEBOP_FCKEDITOR = "bebop:fckeditor"; String BEBOP_CKEDITOR = "bebop:ckeditor";
String BEBOP_XINHAEDITOR = "bebop:xinha"; String BEBOP_XINHAEDITOR = "bebop:xinha";
String BEBOP_FORMWIDGET = "bebop:formWidget"; String BEBOP_FORMWIDGET = "bebop:formWidget";
String BEBOP_FORMERRORS = "bebop:formErrors"; String BEBOP_FORMERRORS = "bebop:formErrors";

View File

Before

Width:  |  Height:  |  Size: 111 B

After

Width:  |  Height:  |  Size: 111 B

View File

Before

Width:  |  Height:  |  Size: 184 B

After

Width:  |  Height:  |  Size: 184 B

View File

Before

Width:  |  Height:  |  Size: 599 B

After

Width:  |  Height:  |  Size: 599 B

View File

Before

Width:  |  Height:  |  Size: 54 B

After

Width:  |  Height:  |  Size: 54 B

Some files were not shown because too many files have changed in this diff Show More