• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/input.php
  • Класс: BitrixSaleInternalsInputBase
  • Вызов: Base::getEditHtmlInsert
static function getEditHtmlInsert($tag, $replace, $name, $sample, $after)
{
	$name = CUtil::JSEscape($name);
	$sample = CUtil::JSEscape(htmlspecialcharsbx($sample));

	return '';
}