%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/bitrix/www/local/templates/p4_new/components/bitrix/menu/wide/
Upload File :
Create Path :
Current File : //home/bitrix/www/local/templates/p4_new/components/bitrix/menu/wide/script.js

BX.ready(function(){
	var accw_id = $("#loadphoto").attr("data-account-id");
	var moderw = $("#loadphoto").attr("data-moder");
	$imageCropper = $('#image-cropper');
	$imageCropper.cropit({ imageBackground: true, width:800, height:400, exportZoom:1.875 });

	$('#select-image-btn').click(function() {
	  $('.cropit-image-input').click();
	});


	$('#save-image-btn').click(function() { // Сохранение фото
		BX.ajax.post(
			'/local/components/p4/p.ajax.post_photo/ajax.php',
			{
				'photo': $('#image-cropper').cropit('export', { type: 'image/jpeg', quality: .9, originalSize: false } ),
				'sessid': $('#sessid').attr('value'),
				'acc_id': accw_id,
				'moder': moderw
			},
			function(result){
				console.dir(result);
				// закрываем окно
				$('#loadphoto').modal('hide'); 
				// заменяем картинку
				$('#selfvisual').css({
					'background' :
					'url('+$('#image-cropper').cropit('export',{type:'image/jpeg',quality:.9,originalSize:false})+') repeat-x center center',
					'background-size' : 'cover',
					'-webkit-background-size': 'cover',
					'opacity' : '.5'
				});
			}
		);		
	});

});

Zerion Mini Shell 1.0