AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
## addSummernote('name值', '标题' [, '提示', '默认值', '编辑器宽度', '编辑器高度', '额外css类']) 标识符:`summernote` | 参数 | 含义 | 类型 | | --- | --- | --- | | name | name值 | string | | title | 标题 | string | | tips | 提示 | string | | default | 默认值 | string | | width | 编辑器宽度 | string | | height | 编辑器高度 | string | | extra_class | 额外css类 | string | ~~~ return ZBuilder::make('form') ->addSummernote('content', '内容') ->fetch(); ~~~ ![](https://box.kancloud.cn/6139e86e8da22be2ee819b235962d240_1175x498.png)