Actualización de CKEditor 4.7.1 a la versión 4.11.2 full
This commit is contained in:
parent
cb1334838d
commit
cb188df1ae
648 changed files with 8598 additions and 14657 deletions
|
@ -1,6 +1,6 @@
|
|||
/**
|
||||
* Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
* Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||||
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||||
*/
|
||||
|
||||
// This file contains style definitions that can be used by CKEditor plugins.
|
||||
|
@ -13,20 +13,20 @@
|
|||
// ignore it. Otherwise it is strongly recommended to customize this file to match your
|
||||
// website requirements and design properly.
|
||||
//
|
||||
// For more information refer to: http://docs.ckeditor.com/#!/guide/dev_styles-section-style-rules
|
||||
// For more information refer to: https://ckeditor.com/docs/ckeditor4/latest/guide/dev_styles.html#style-rules
|
||||
|
||||
CKEDITOR.stylesSet.add( 'default', [
|
||||
/* Block styles */
|
||||
|
||||
{ name: 'Normal', element: 'p', attributes: { 'class': '' } },
|
||||
{ name: 'Normal', element: 'p', attributes: { 'class': '' } },
|
||||
|
||||
{ name: 'A !', element: 'p', attributes: { 'class': 'note-cyan' } },
|
||||
{ name: 'B !', element: 'p', attributes: { 'class': 'note-green' } },
|
||||
{ name: 'C !', element: 'p', attributes: { 'class': 'note-yellow' } },
|
||||
{ name: 'D !', element: 'p', attributes: { 'class': 'note-orange' } },
|
||||
{ name: 'E !', element: 'p', attributes: { 'class': 'note-red' } },
|
||||
{ name: 'A !', element: 'p', attributes: { 'class': 'note-cyan' } },
|
||||
{ name: 'B !', element: 'p', attributes: { 'class': 'note-green' } },
|
||||
{ name: 'C !', element: 'p', attributes: { 'class': 'note-yellow' } },
|
||||
{ name: 'D !', element: 'p', attributes: { 'class': 'note-orange' } },
|
||||
{ name: 'E !', element: 'p', attributes: { 'class': 'note-red' } },
|
||||
|
||||
{ name: 'Contenedor tabla', element: 'div', attributes: { 'class': 'autoscroll' } },
|
||||
{ name: 'Contenedor tabla', element: 'div', attributes: { 'class': 'autoscroll' } },
|
||||
|
||||
// These styles are already available in the "Format" drop-down list ("format" plugin),
|
||||
// so they are not needed here by default. You may enable them to avoid
|
||||
|
@ -42,8 +42,8 @@ CKEDITOR.stylesSet.add( 'default', [
|
|||
{ name: 'Preformatted Text',element: 'pre' },
|
||||
{ name: 'Address', element: 'address' },
|
||||
|
||||
{ name: 'Italic Title', element: 'h2', styles: { 'font-style': 'italic' } },
|
||||
{ name: 'Subtitle', element: 'h3', styles: { 'color': '#aaa', 'font-style': 'italic' } },
|
||||
{ name: 'Italic Title', element: 'h2', styles: { 'font-style': 'italic' } },
|
||||
{ name: 'Subtitle', element: 'h3', styles: { 'color': '#aaa', 'font-style': 'italic' } },
|
||||
{
|
||||
name: 'Special Container',
|
||||
element: 'div',
|
||||
|
@ -66,13 +66,13 @@ CKEDITOR.stylesSet.add( 'default', [
|
|||
// (This requires the "stylescombo" plugin.)
|
||||
/*
|
||||
{ name: 'Strong', element: 'strong', overrides: 'b' },
|
||||
{ name: 'Emphasis', element: 'em', overrides: 'i' },
|
||||
{ name: 'Emphasis', element: 'em' , overrides: 'i' },
|
||||
{ name: 'Underline', element: 'u' },
|
||||
{ name: 'Strikethrough', element: 'strike' },
|
||||
{ name: 'Subscript', element: 'sub' },
|
||||
{ name: 'Superscript', element: 'sup' },
|
||||
|
||||
{ name: 'Marker', element: 'span', attributes: { 'class': 'marker' } },
|
||||
{ name: 'Marker', element: 'span', attributes: { 'class': 'marker' } },
|
||||
|
||||
{ name: 'Big', element: 'big' },
|
||||
{ name: 'Small', element: 'small' },
|
||||
|
@ -89,8 +89,8 @@ CKEDITOR.stylesSet.add( 'default', [
|
|||
{ name: 'Cited Work', element: 'cite' },
|
||||
{ name: 'Inline Quotation', element: 'q' },
|
||||
|
||||
{ name: 'Language: RTL', element: 'span', attributes: { 'dir': 'rtl' } },
|
||||
{ name: 'Language: LTR', element: 'span', attributes: { 'dir': 'ltr' } }, */
|
||||
{ name: 'Language: RTL', element: 'span', attributes: { 'dir': 'rtl' } },
|
||||
{ name: 'Language: LTR', element: 'span', attributes: { 'dir': 'ltr' } }, */
|
||||
|
||||
/* Object styles */
|
||||
/*
|
||||
|
@ -139,11 +139,12 @@ CKEDITOR.stylesSet.add( 'default', [
|
|||
{ name: '1080p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-1080p' }, group: 'size' },
|
||||
|
||||
// Adding space after the style name is an intended workaround. For now, there
|
||||
// is no option to create two styles with the same name for different widget types. See http://dev.ckeditor.com/ticket/16664.
|
||||
// is no option to create two styles with the same name for different widget types. See https://dev.ckeditor.com/ticket/16664.
|
||||
{ name: '240p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-240p' }, group: 'size' },
|
||||
{ name: '360p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-360p' }, group: 'size' },
|
||||
{ name: '480p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-480p' }, group: 'size' },
|
||||
{ name: '720p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-720p' }, group: 'size' },
|
||||
{ name: '1080p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-1080p' }, group: 'size' } */
|
||||
|
||||
] );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue