• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/classes/general/prop_html.php
  • Класс: CIBlockPropertyHTML
  • Вызов: CIBlockPropertyHTML::GetUIFilterProperty
static function GetUIFilterProperty($property, $strHTMLControlName, &$fields)
{
	$fields["type"] = "string";
	$fields["operators"] = array(
		"default" => "%"
	);
	$fields["filterable"] = "?";
}