- Модуль: bizproc
- Путь к файлу: ~/bitrix/modules/bizproc/classes/general/helper.php
- Класс: CBPHelper
- Вызов: CBPHelper::getGUIFieldEdit
static function getGUIFieldEdit($documentType, $formName, $fieldName, $fieldValue, $arDocumentField, $bAllowSelection)
{
return self::GetFieldInputControl(
$documentType,
$arDocumentField,
array("Form" => $formName, "Field" => $fieldName),
$fieldValue,
$bAllowSelection
);
}