编辑器美化

This commit is contained in:
@fawn-nine
2023-07-19 11:41:23 +08:00
parent f13ce88793
commit 52fde4a961
5 changed files with 21 additions and 9 deletions

View File

@@ -97,7 +97,7 @@
//,indentValue:'2em'
//,initialFrameWidth:1000 //初始化编辑器宽度,默认1000
//,initialFrameHeight:320 //初始化编辑器高度,默认320
,initialFrameHeight:320 //初始化编辑器高度,默认320
//,readonly : false //编辑器初始化结束后,编辑区域是否是只读的默认是false
@@ -254,10 +254,10 @@
//elementPathEnabled
//是否启用元素路径,默认是显示
//,elementPathEnabled : true
,elementPathEnabled : false
//wordCount
//,wordCount:true //是否开启字数统计
,wordCount:false //是否开启字数统计
//,maximumWords:10000 //允许的最大字符数
//字数统计提示,{#count}代表当前字数,{#leave}代表还可以输入多少字符数,留空支持多语言自动切换,否则按此配置显示
//,wordCountMsg:'' //当前已输入 {#count} 个字符,您还可以输入{#leave} 个字符