CKEditor插件名汇总(翻译)

最近需要使用一款合适的编辑器,CKEditor是不错的选择,可是官方提供的三个版本都不是自己想要的,如果把全部插件下载下来修改config.js,整个文件太大,所以需要定制自己想要的插件的编辑器。这是full版本所有的插件,根据自己需要来定制。
翻译难免有错,而且也不完善,后面会更新。

  1. About CKeditor 关于CKeditor
  2. Accessibility Help 简易帮助
  3. Advanced Tab for Dialogs 对话框高级功能(创建div时,给div添加id. class等高级功能)
  4. Basic Styles 基本样式(加粗. 斜体等等)
  5. BiDi (Text Direction) 文本方向
  6. Blockquote 块引用(代码区域)
  7. Clipboard 剪切板(包含剪切. 复制. 粘贴)
  8. Color Button 文字和背景颜色按钮
  9. Color Dialog 颜色对话框
  10. Content Templates 内容模板
  11. Context Menu
  12. Copy Formatting 格式刷
  13. Div Container Manager div容器管理
  14. Editor Resize 编辑器自定义大小
  15. Editor Toolbar 编辑器工具栏
  16. Elements Path 元素路径
  17. Enter Key 回车键(在正文中的行为)
  18. Escape HTML Entities
  19. File Browser 文件浏览
  20. Find / Replace 查找替换
  21. Flash Dialog Flash对话框
  22. Floating Space
  23. Font Size and Family 文字大小和字体
  24. Form Elements 表单元素(form. 单选框. 复选框. input. textarea等)
  25. Format格式 (包括h1-h5和普通文本格式)
  26. Horizontal Rule 水平线
  27. HTML Output Writer
  28. IFrame Dialog IFrame对话框
  29. IFrame Editing Area 编辑区为IFrame【这个是必须要保留的】
  30. Image 图片上传
  31. Indent Block 文本区域的缩进【依赖Indent】
  32. Indent List 项目列表的缩进(ol和ul)【依赖Indent】
  33. Insert Smiley 插入表情
  34. Justify 对齐方式
  35. Language 语言
  36. Link 插入链接
  37. List 项目列表
  38. List style 项目列表属性对话框(在正文中右键编辑)
  39. Magic Line 魔法线 (辅助线,红色的,鼠标hover到表格等等元素上会显示)
  40. Maximize 最大化(全屏)
  41. New Page
  42. Page Break
  43. Paste As Plain Text 纯文本粘贴
  44. Paste from Word 从word粘贴
  45. Preveiw 预览
  46. Print 打印
  47. Remove Format 清除格式
  48. Save 保存
  49. Select All 全选
  50. Show Blocks 显示为块(当前元素标签显示为虚线)
  51. Show Table Borders 显示表格边框
  52. Source Editing Area 源码
  53. Special Characters 特殊符号
  54. SpellCheckAsYouType (SCAYT) 拼写检查
  55. Styles Combo 样式
  56. Tab Key Handling Tab键控制
  57. Table 表格(基本属性)
  58. Table Selection 表格(右键)选择操作
  59. Table Tools 表格高级属性对话框 【被Table Selection依赖】
  60. Undo 撤销
  61. WebSpellChecker 拼写检查
  62. Dialog 对话框(为其他插件创建对话框)
  63. Dialog User Interface 对话框用户界面 【被Dialog依赖】
  64. Fake Objects 伪造一个项目 【被Link依赖】
  65. Floating Panel 浮动控制板 【被Panel依赖】
  66. Indent/Outdent 缩进/减少缩进按钮
  67. List Block 下拉列表
  68. Menu 菜单
  69. Notification 弹窗提示
  70. Panel
  71. Panel Button
  72. Popup
  73. Rich Combo
  74. UI Button

你可能感兴趣的:(CKEditor插件名汇总(翻译))