我需要在codemirror编辑器中禁用语法高亮显示的文本,因为用户可能会编辑编辑器中的某些语法,这会导致程序无法运行。那么,如何禁止编辑语法内容?
例如:
在此,只有标签不应该是可编辑的其余内容应该是可编辑的。
怎么做?
非常感谢任何帮助。提前谢谢。
答案 0 :(得分:1)
readOnly: boolean|string
This disables editing of the editor content by the user. If the special value "nocursor" is given (instead of simply true), focusing of the editor is also disallowed.