Tag: ckeditor

Ckeditor使用和集成在node.js网页中

我们将如何做积分ckeditor进入Nodejs页面? 我添加ckeditor集成代码到server.js文件。但它没有工作。

“ng2-CKEditor”节点模块不能使用打印机

我正在尝试在我的angular2应用程序中configurationCKEditor。 我使用节点作为我的后端平台,我使用的是ng2-CKEditor npm模块。 下面是我的代码在各自的文件。 的index.html :: <html> <head> <title>Angular 2 QuickStart</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="app/images/myblog.ico" rel="icon" type="image/x-icon" /> <link rel="stylesheet" href="app/css/app.css"> <!– 1. Load libraries –> <!– Polyfill(s) for older browsers –> <script src="node_modules/core-js/client/shim.min.js"></script> <script src="node_modules/zone.js/dist/zone.js"></script> <script src="node_modules/reflect-metadata/Reflect.js"></script> <script src="node_modules/systemjs/dist/system.src.js"></script> <script src="//cdn.ckeditor.com/4.5.6/standard/ckeditor.js"></script> <!– 2. Configure SystemJS –> <script src="systemjs.config.js"></script> <script> System.import('app').catch(function(err){ […]

CkEditor无法设置未定义的属性'dir'

我想用CKEditor。 我目前使用npm安装CKEditor 所以它被安装在node_modules文件夹中 我的文件夹结构就像 应用程序 – > index.js node_modules – > ckeditor – > … 我已经在index.js中需要它了 库的初始化之前也设置variables var CKEDITOR_BASEPATH = '../node_modules/ckeditor' 仍然得到dir错误 build议一些帮助