• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/fields/divparthtml.php
  • Класс: BitrixReportVisualConstructorFieldscreate
  • Вызов: create::addInlineStyle
public function addInlineStyle($key, $value)
{
	$this->getDiv()->addInlineStyle($key, $value);
	$this->setContent($this->getDiv()->buildDivStart());
}