• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/report/view/widgetpanel.php
  • Класс: Bitrix\Crm\Integration\Report\View\WidgetPanel
  • Вызов: WidgetPanel::__construct
public function __construct()
{
	parent::__construct();

	$this->setDraggable(false);
	$this->setComponentName('bitrix:crm.report.vc.content.widgetpanel');
	$this->setComponentTemplateName($this->getDisplayComponentTemplate());
	$this->addComponentParameters('WIDGET_PANEL_PARAMS', $this->getDisplayComponentParams());
	$this->setPreviewImageUri('/bitrix/images/report/visualconstructor/preview/grid.svg');
}