• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/buttons/basebutton.php
  • Класс: BitrixUIButtonsBaseButton
  • Вызов: BaseButton::appendDefaultJsonOption
protected function appendDefaultJsonOption(ButtonAttributes $attributes)
{
	if (count($this->getEvents()) > 0)
	{
		$attributes->addJsonOption('events', $this->getEvents());
	}

	return $attributes;
}