• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/classes/general/jscore.php
  • Класс: CJSCore
  • Вызов: CJSCore::GetHTML
static function GetHTML($arExt)
{
	$tmp = self::$arCurrentlyLoadedExt;
	self::$arCurrentlyLoadedExt = array();
	$res = self::Init($arExt, true);
	self::$arCurrentlyLoadedExt = $tmp;
	return $res;
}