2015-01-06 142 views
0

我需要在codemirror編輯器中禁用語法突出顯示的文本,因爲用戶可以在編輯器中編輯一些會導致程序無法運行的語法。那麼,如何禁止編輯語法內容?如何在codemirror編輯器中禁用語法突出顯示的文本?

例如:
enter image description here

在這方面,只有標籤不應該是內容的可編輯的其餘部分應是可編輯的。
怎麼做?

任何幫助將不勝感激。提前致謝。

回答

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. 

訪問:http://codemirror.net/doc/manual.html的文檔

+0

我需要的一些內容將不能編輯不是所有的文字 – vidhya

+0

能否請你加你輸出scrren –

+0

我已經在這個問題 – vidhya

相關問題