• Модуль: fileman
  • Путь к файлу: ~/bitrix/modules/fileman/classes/general/code_editor.php
  • Класс: CCodeEditor
  • Вызов: CCodeEditor::codeEditorLoaded
function codeEditorLoaded()
			{
				var CE = new window.JCCodeEditor(, );
				top.BXCodeEditors[''] = window.BXCodeEditors[''] = CE;
				BX.onCustomEvent(window, "OnCodeEditorReady", ['']);
			}