diff --git a/docs/renderers/Form/Editor.md b/docs/renderers/Form/Editor.md index 7ceadeaeb..75cbddf8e 100644 --- a/docs/renderers/Form/Editor.md +++ b/docs/renderers/Form/Editor.md @@ -2,9 +2,10 @@ ### XXX-Editor -- `type` 请设置成 `editor` 或者 `bat-editor`、`c-editor`、`coffeescript-editor`、`cpp-editor`、`csharp-editor`、`css-editor`、`dockerfile-editor`、`fsharp-editor`、`go-editor`、`handlebars-editor`、`html-editor`、`ini-editor`、`java-editor`、`javascript-editor`、`json-editor`、`less-editor`、`lua-editor`、`markdown-editor`、`msdax-editor`、`objective-c-editor`、`php-editor`、`plaintext-editor`、`postiats-editor`、`powershell-editor`、`pug-editor`、`python-editor`、`r-editor`、`razor-editor`、`ruby-editor`、`sb-editor`、`scss-editor`、`sol-editor`、`sql-editor`、`swift-editor`、`typescript-editor`、`vb-editor`、`xml-editor`、`yaml-editor`。 -- `language` 默认为 `javascript` 当 `type` 为 `editor` 的时候有用。 -- **还有更多通用配置请参考** [FormItem](./FormItem.md) +- `type` 请设置成 `editor` 或者 `bat-editor`、`c-editor`、`coffeescript-editor`、`cpp-editor`、`csharp-editor`、`css-editor`、`dockerfile-editor`、`fsharp-editor`、`go-editor`、`handlebars-editor`、`html-editor`、`ini-editor`、`java-editor`、`javascript-editor`、`json-editor`、`less-editor`、`lua-editor`、`markdown-editor`、`msdax-editor`、`objective-c-editor`、`php-editor`、`plaintext-editor`、`postiats-editor`、`powershell-editor`、`pug-editor`、`python-editor`、`r-editor`、`razor-editor`、`ruby-editor`、`sb-editor`、`scss-editor`、`sol-editor`、`sql-editor`、`swift-editor`、`typescript-editor`、`vb-editor`、`xml-editor`、`yaml-editor`。 +- `language` 默认为 `javascript` 当 `type` 为 `editor` 的时候有用。 +- `size` 编辑器高度,取值可以是 `md`、`lg`、`xl`、`xxl`。 +- **还有更多通用配置请参考** [FormItem](./FormItem.md) ```schema:height="350" scope="form-item" { @@ -16,11 +17,11 @@ ### Diff-Editor -- `type` 请设置成 `diff-editor` -- `language` 默认为 `javascript` 当 `type` 为 `diff-editor` 的时候有用 -- `diffValue` 设置左侧编辑器的值,支持`${xxx}`获取变量 -- `disabled` 配置 **右侧编辑器** 是否可编辑,**左侧编辑器**始终不可编辑 -- **还有更多通用配置请参考** [FormItem](./FormItem.md) +- `type` 请设置成 `diff-editor` +- `language` 默认为 `javascript` 当 `type` 为 `diff-editor` 的时候有用 +- `diffValue` 设置左侧编辑器的值,支持`${xxx}`获取变量 +- `disabled` 配置 **右侧编辑器** 是否可编辑,**左侧编辑器**始终不可编辑 +- **还有更多通用配置请参考** [FormItem](./FormItem.md) PS: 当用作纯展示时,可以通过`value`配置项,设置右侧编辑器的值