• Модуль: highloadblock
  • Путь к файлу: ~/bitrix/modules/highloadblock/classes/general/prop_directory.php
  • Класс: CIBlockPropertyDirectory
  • Вызов: CIBlockPropertyDirectory::GetPropertyFieldHtml
static function GetPropertyFieldHtml($arProperty, $value, $strHTMLControlName): string
{
	$settings = CIBlockPropertyDirectory::PrepareSettings($arProperty);
	$size = ($settings["size"] > 1 ? ' size="'.$settings["size"].'"' : '');
	$width = ($settings["width"] > 0 ? ' style="width:'.$settings["width"].'px"' : '');

	$options = CIBlockPropertyDirectory::GetOptionsHtml($arProperty, array($value["VALUE"]));
	$html = '';
	return  $html;
}