• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/entityproperty.php
  • Класс: BitrixSaleEntityProperty
  • Вызов: EntityProperty::getEditHtml
public function getEditHtml(array $values)
{
	$key = isset($this->property["ID"]) ? $this->getId() : "n".$values['ORDER_PROPS_ID'];
	return InputManager::getEditHtml("PROPERTIES[".$key."]", $this->fields, $values['VALUE']);
}