ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
### form_editor 富文本组件 ~~~ form_editor($name='container',$id='container',$type=1,$options=[]) ~~~ - `name `富文本名 - `id `富文本id - `type ` 1 =>layeditor , 2 => 其他,比如百度,quill wangEditor jodit ,codemirror等编辑器 - options 基础属性 label tips placeholder 等 其中 mode 属性用于代码编辑器 - mode javascript text/html htmlmixed 等