• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/controller/response/rendercontrolcontent.php
  • Класс: BitrixBizprocControllerResponseRenderControlContent
  • Вызов: RenderControlContent::getHtml
public function getHtml()
{
	$documentService = CBPRuntime::GetRuntime(true)->getDocumentService();

	return $documentService->getFieldInputControl(
		$this->documentType,
		$this->property,
		$this->params['Field'],
		$this->params['Value'],
		(bool)$this->params['Als'],
		$this->params['RenderMode'] === 'public'
	);
}