NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
## addCkeditor('name值', '标题' [, '提示', '默认值', '编辑器宽度', '编辑器高度', '额外css类']) 标识符:`ckeditor` | 参数 | 含义 | 类型 | | --- | --- | --- | | name | name值 | string | | title | 标题 | string | | tips | 提示 | string | | default | 默认值 | string | | width | 编辑器宽度 | string | | height | 编辑器高度 | string | | extra_class | 额外css类 | string | ~~~ return ZBuilder::make('form') ->addCkeditor('content', '内容') ->fetch(); ~~~ ![](https://box.kancloud.cn/20e97b318a6c23de31fc150e11fb3dad_1168x585.png)