• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/classes/general/subelement.php
  • Класс: CAdminSubList
  • Вызов: CAdminSubList::getDialogButtons
public function getDialogButtons($jsFormat = false)
{
	$jsFormat = ($jsFormat === true);
	if ($jsFormat)
	{
		return '['.implode(", rn", $this->dialogButtons).']';
	}
	else
	{
		return $this->dialogButtons;
	}
}