• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/grid/panel/ui/item/group/changepricesgroupchild.php
  • Класс: BitrixCatalogGridPanelUIItemGroupChangePricesGroupChild
  • Вызов: ChangePricesGroupChild::getOnchange
protected function getOnchange(): Onchange
{
	return new Onchange([
		[
			'ACTION' => Actions::RESET_CONTROLS,
		],
		[
			'ACTION' => Actions::CREATE,
			'DATA' => [
				(new Snippet)->getApplyButton([
					'ONCHANGE' => [
						[
							'ACTION' => Actions::CALLBACK,
							'DATA' => [
								[
									'JS' => 'Grid.showChangePriceDialog()',
								]
							],
						],
					],
				]),
			],
		],
	]);
}