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