require_once 'dompdf/lib/html5lib/Parser.php';
require_once 'dompdf/lib/php-font-lib/src/FontLib/Autoloader.php';
require_once 'dompdf/lib/php-svg-lib/src/autoload.php';
require_once 'dompdf/src/Autoloader.php';
Dompdf\Autoloader::register();
id="bx_auth_href_<?=$arParams["SUFFIX"]?><?=$service["ID"]?>"
из вот этого момента<div class="social_login">
<?foreach($arAuthServices as $service):?>
<a title="<?=htmlspecialcharsbx($service["NAME"])?>" href="javascript:void(0)" id="bx_auth_href_<?=$arParams["SUFFIX"]?><?=$service["ID"]?>" onclick="BxShowAuthFloat('<?=$service["ID"]?>', '<?=$arParams["SUFFIX"]?>')">
<img src="<?=$arImages[$service["ICON"]]?>" alt="<?=$service["NAME"]?>">
</a>
<?endforeach?>
</div>
id="bx_auth_href_formVKontakte"
и по крайне мере заработало когда нажимаешь на bx_auth_serv_formVKontakte
BX('bx_auth_href_'+suffix+id).className = 'bx-ss-selected';
function BxShowAuthService(id, suffix)
{
var bxCurrentAuthId = '';
if(window['bxCurrentAuthId'+suffix])
bxCurrentAuthId = window['bxCurrentAuthId'+suffix];
BX('bx_auth_serv'+suffix).style.display = '';
if(bxCurrentAuthId != '' && bxCurrentAuthId != id)
{
BX('bx_auth_href_'+suffix+bxCurrentAuthId).className = '';
BX('bx_auth_serv_'+suffix+bxCurrentAuthId).style.display = 'none';
}
BX('bx_auth_href_'+suffix+id).className = 'bx-ss-selected';
BX('bx_auth_href_'+suffix+id).blur();
BX('bx_auth_serv_'+suffix+id).style.display = '';
var el = BX.findChild(BX('bx_auth_serv_'+suffix+id), {'tag':'input', 'attribute':{'type':'text'}}, true);
if(el)
try{el.focus();}catch(e){}
window['bxCurrentAuthId'+suffix] = id;
if(document.forms['bx_auth_services'+suffix])
document.forms['bx_auth_services'+suffix].auth_service_id.value = id;
else if(document.forms['bx_user_profile_form'+suffix])
document.forms['bx_user_profile_form'+suffix].auth_service_id.value = id;
}
class CUser extends CAllUser
/home/bitrix/www/local/components/custom/add.order/templates/.default/result_modifier.php:11:
object(CUser)[47]
public 'LAST_ERROR' => string '' (length=0)
public 'bLoginByHash' => boolean false
protected 'admin' => boolean true
protected 'justAuthorized' => boolean false
public 'result' => null
public 'arResult' => null
public 'arReplacedAliases' => null
public 'arResultAdd' => null
public 'bNavStart' => boolean false
public 'bShowAll' => boolean false
public 'NavNum' => null
public 'NavPageCount' => null
public 'NavPageNomer' => null
public 'NavPageSize' => null
public 'NavShowAll' => null
public 'NavRecordCount' => null
public 'bFirstPrintNav' => boolean true
public 'PAGEN' => null
public 'SIZEN' => null
public 'SESS_SIZEN' => null
public 'SESS_ALL' => null
public 'SESS_PAGEN' => null
public 'add_anchor' => string '' (length=0)
public 'bPostNavigation' => boolean false
public 'bFromArray' => boolean false
public 'bFromLimited' => boolean false
public 'sSessInitAdd' => string '' (length=0)
public 'nPageWindow' => int 5
public 'nSelectedCount' => boolean false
public 'arGetNextCache' => boolean false
public 'bDescPageNumbering' => boolean false
public 'arUserFields' => boolean false
public 'usedUserFields' => boolean false
public 'SqlTraceIndex' => boolean false
public 'DB' => null
public 'NavRecordCountChangeDisable' => boolean false
public 'is_filtered' => boolean false
public 'nStartPage' => int 0
public 'nEndPage' => int 0
public 'resultObject' => null