• Модуль: socialservices
  • Путь к файлу: ~/bitrix/modules/socialservices/classes/general/google.php
  • Класс: CSocServGoogleOAuth
  • Вызов: CSocServGoogleOAuth::GetOnClickJs
public function GetOnClickJs($arParams)
{
	$url = static::getUrl('opener', null, $arParams);
	return "BX.util.popup('".CUtil::JSEscape($url)."', 580, 400)";
}