ckeditor需要配置的功能列表



//class: cke_button( 按钮 )  , ck_combo(下拉)
/*
需要配置的功能列表
document:保存(save)、新建(newpage)、预览(preview)、打印(print)
mode:源码(source)、源码弹窗(需要挂在plugin上sourcedialog)
doctools:模版(templates)
clipboard:剪切(cut)、复制(copy)、粘贴(paste)、粘贴为无格式文本(pastetext)、从MS word粘贴(pastefromword)
undo:撤销(undo)、重做(redo)
find:查找(find)、替换(replace)
selection:全选(selectall)
spellchecker:拼写检查(scayt)
list:编号列表(numberedlist)
indent:减少缩进量(outdent)、增加缩进量(indent)
blocks:块引用(blockquote)、创建DIV容器(creatediv)
align:左对齐(justifyleft)、居中(justifycenter)、右对齐(justifyright)、两端对齐(justifyblock)
bidi:文字方向为从左至右(bidiltr)、文字方向为从右至左(bidirtl)、设置语言(language)
insert:图像(image)、Flash(flash)、表格(table)、插入水平线(horizontalrule)、表情符(smiley)、插入特殊符号(specialchar)、插入打印分页符(pagebreak)、Iframe(iframe)
forms:表单(form)、复选框(checkbox)、单选框(radio)、当行文本(textfiled)、多行文本(textarea)、列表/菜单(select)、按钮(button)、图像按钮(imagebutton)、隐藏域(hiddenfield)、mathFormula(公式)
styles:样式(styles)、格式(format)、字体(font)、字体大小(fontsize)、下划线(borderbottm)
colors:文本颜色(textcolor)、背景颜色(bgcolor)、
basicstyles:加粗(bold)、倾斜(italic)、下划线(underline)、删除线(strike)、下标(subscript)、上标(superscript)
cleanup:格式刷(copyformatting)、清楚格式(removeformat)
about:关于(about)
underline2:带下划线空格(underline2)
delimiter:分隔符(delimiter)
links:插入/编辑超链接(link)、取消超链接(unlink)、插入/编辑锚点链接(anchor)
tools:全屏(maximize)、显示区块(showblocks)
*/


猜你喜欢

转载自www.cnblogs.com/yiyi17/p/9087548.html
今日推荐