Показать сообщение отдельно
Старый 05.12.2019, 16:59   #8  
axm2017 is offline
axm2017
Участник
 
1,758 / 292 (13) ++++++
Регистрация: 15.05.2017
В помощь тем кто хочет повторить/поэкспериментировать
Скачать можно тут
https://microsoft.github.io/monaco-editor/

И разместить тут
AOSService\webroot\Resources

С названием monaco-editor
что следует из соответствующего скрипта в ресурсах (ERMonacoEditorControl)
X++:
<!-- Shall not have script code inside HTML, otherwise it will cause binding error -->
<!-- At runtime, script is moved to the head, and only executed once regardless of the number of controls added to the form -->
<script src="/Resources/monaco-editor/min/vs/loader.js"></script>
<script src="/Resources/Scripts/ERMonacoEditorControl.js"></script>