Replaced the FCKeditor with the new CKeditor v4. Implemented a plugin that allows dragging and dropping one or more files into the CKeditor - plugin name is dndfiles. Modified the save toolbar button on the CKeditor so that it behaves like a submit button. Implemented a timestamp plugin that behaves the same way as the old timestamp button on FCKeditor. Added a plugin to the CKeditor that allows typing LaTeX syntax.
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'iframe', 'ca', {
|
||||
border: 'Mostra la vora del marc',
|
||||
noUrl: 'Si us plau, introdueixi la URL de l\'iframe',
|
||||
scrolling: 'Activa les barres de desplaçament',
|
||||
title: 'Propietats de l\'IFrame',
|
||||
toolbar: 'IFrame'
|
||||
} );
|
||||
Reference in New Issue
Block a user