• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/grid/panel/ui/item/group/setparametersgroupchild.php
  • Класс: BitrixCatalogGridPanelUIItemGroupSetParametersGroupChild
  • Вызов: SetParametersGroupChild::getOnchange
protected function getOnchange(): Onchange
{
	$confirmMessage = Loc::getMessage('CATALOG_GRID_PANEL_UI_PRODUCT_ACTION_SET_PARAMETERS_CONFIRM');

	return new Onchange([
		[
			'ACTION' => Actions::RESET_CONTROLS,
		],
		[
			'ACTION' => Actions::CREATE,
			'DATA' => [
				$this->getParametersDropdownControl(),
				(new Snippet)->getSendSelectedButton($confirmMessage),
			],
		],
	]);
}