extjs4-ckeditor:在 ExtJS 4.x 中使用 CKEditor

时间:2021-06-30 06:58:53
【文件属性】:
文件名称:extjs4-ckeditor:在 ExtJS 4.x 中使用 CKEditor
文件大小:3KB
文件格式:ZIP
更新时间:2021-06-30 06:58:53
JavaScript ExtJS 4.x + CKEditor 这是一个简单的页面,它使用了 ExtJS 中使用的的包装器。 如何使用(非MVC) 请参阅包含的示例 index.html 文件。 如何使用 (MVC) 通过本地下载的副本或通过 CKEditor CDN 包含 CKEditor。 将 js 文件'CKEditor.js'复制到您的项目中 如果需要,请更改类名'Ext.ux.CKEditor' 添加要求: requires: [ 'Ext.ux.CKEditor' ] 使用编辑器: Ext.create('Ext.panel.Panel', { width: 600, height: 400, ... items: [ { xtype: 'ckeditor', itemId: 'textEdit', width: 600 } ] }); 测
【文件预览】:
extjs4-ckeditor-master
----index.html(2KB)
----LICENSE(1KB)
----README.md(765B)
----CKEditor.js(1KB)

网友评论

  • ...不好用呢, 奇怪了 配置不起来