define('docs/renderers/Form/Editor.md', function(require, exports, module) { module.exports = { "html": "
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
的时候有用。type
请设置成 diff-editor
language
默认为 javascript
当 type
为 diff-editor
的时候有用diffValue
设置左侧编辑器的值,支持${xxx}
获取变量disabled
配置 右侧编辑器 是否可编辑,左侧编辑器始终不可编辑PS: 当用作纯展示时,可以通过value
配置项,设置右侧编辑器的值