• Модуль: fileman
  • Путь к файлу: ~/bitrix/modules/fileman/classes/general/html_editor.php
  • Класс: CHTMLEditor
  • Вызов: CHTMLEditor::Run
function Run($display = true)
{
	$content = $this->jsConfig['content'];
	$templates = $this->jsConfig['templates'];
	$templateParams = $this->jsConfig['templateParams'];
	$snippets = $this->jsConfig['snippets'];
	$components = $this->jsConfig['components'] ?? null;

	unset($this->jsConfig['content'], $this->jsConfig['templates'], $this->jsConfig['templateParams'], $this->jsConfig['snippets'], $this->jsConfig['components']);
	?>