CBPHelper::getGUIFieldEdit

  1. Bitrix24 API (v. 23.675.0)
  2. bizproc
  3. CBPHelper
  4. getGUIFieldEdit
  • Модуль: 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
	);
}

Добавить комментарий