gpt4 book ai didi

javascript - 如何在ckeditor中定义列

转载 作者:太空宇宙 更新时间:2023-11-04 13:41:00 33 4
gpt4 key购买 nike

我如何使用ckEditor在文本区域中定义列,在许多网站上阅读但没有找到答案。我放置了隐式代码,但它不起作用。

页面

<textarea id="ckEditor" name="ckEditor" rows="25" cols="30" ></textarea>

配置.js

CKEDITOR.editorConfig = function( config ) {
// Define changes to default configuration here. For example:
// config.language = 'fr';
// config.uiColor = '#AADC6E';
config.allowedContent = true;
config.extraPlugins = 'imprimirdoc';
config.toolbar = [{name: 'styles', items:['Font','FontSize']},{name: 'basicstyles', items: ['Bold', 'Italic','Underline']},['Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord','-', 'Undo', 'Redo'],{name: 'document', items:['imprimirdoc','Preview']},{name: 'editing', items: ['Find','SelectAll','-','Scayt']},'/',
{name: 'paragraph', items:['NumberedList','BulletedList','-','Outdent', 'Indent', '-', 'Blockquote','-', 'JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','BidiLtr','BidiRtl' ]},
{name: 'insert', items:['Table','HorizontalRule','SpecialChar', 'PageBreak']},
{name: 'colors', items:['TextColor', 'BGColor']},
{name: 'tools', items: [ 'Maximize']}];
config.pasteFromWordRemoveStyles = false;
config.contentsCss = ['contents.css'];
config.cols = 10;

最佳答案

描述了调整文本编辑器大小的默认方式 here或者,您也可以按照描述调整配置大小here

为了更好地格式化,宽度高度更受欢迎——使用em大小而不是像素。

关于javascript - 如何在ckeditor中定义列,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31255149/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com