Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 6581 | Rev 6584 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6581 Rev 6582
Línea 1747... Línea 1747...
1747
			console.log($('.file').val())
1747
			console.log($('.file').val())
1748
			$(".c1").addClass("paso");
1748
			$(".c1").addClass("paso");
Línea 1749... Línea 1749...
1749
 
1749
 
1750
		
1750
		
1751
		})
1751
		})
1752
		var edit;
1752
 
1753
		function iniciarEditor(campo, image=''){
1753
		function iniciarEditor(campo, image=''){
1754
		 cortar=false;
1754
		 cortar=false;
1755
		recorte_listo=false;
1755
		recorte_listo=false;
Línea 1765... Línea 1765...
1765
		shadow = true, nueve=true;
1765
		shadow = true, nueve=true;
1766
		italic=false, ita="";
1766
		italic=false, ita="";
1767
		rectangulo=false, diez=false;
1767
		rectangulo=false, diez=false;
1768
     	fontfamily="Arial";
1768
     	fontfamily="Arial";
1769
     	r=0,g=0,b=0,a=1;
1769
     	r=0,g=0,b=0,a=1;
1770
		 //edit=add;
-
 
1771
		console.log(edit)
-
 
1772
		window.clearInterval(editorNoticia);	
1770
		window.clearInterval(editorNoticia);	
1773
		setTimeout(function(){
1771
		setTimeout(function(){
1774
			scroll_altura=$(".articulo_noticia").offset().top-110;
1772
			scroll_altura=$(".articulo_noticia").offset().top-110;
1775
			anchoFondoOscuro = $(".articulo_noticia").width();
1773
			anchoFondoOscuro = $(".articulo_noticia").width();
1776
			altoFondoOscuro = $(".editor_imagenes").height();
1774
			altoFondoOscuro = $(".editor_imagenes").height();
Línea 1799... Línea 1797...
1799
		italic=false, ita="";
1797
		italic=false, ita="";
1800
		rectangulo=false, diez=false;
1798
		rectangulo=false, diez=false;
1801
     	fontfamily="Arial";
1799
     	fontfamily="Arial";
1802
     	r=0,g=0,b=0,a=1;
1800
     	r=0,g=0,b=0,a=1;
1803
		 var imagenServidorNoticia;
1801
		 var imagenServidorNoticia;
1804
		 console.log(edit)
-
 
1805
		window.clearInterval(editorNoticia);
1802
		window.clearInterval(editorNoticia);
1806
		setTimeout(function(){
1803
		setTimeout(function(){
1807
			scroll_altura=$(".articulo_noticia").offset().top-110;
1804
			scroll_altura=$(".articulo_noticia").offset().top-110;
1808
			anchoFondoOscuro = $(".articulo_noticia").width();
1805
			anchoFondoOscuro = $(".articulo_noticia").width();
1809
			altoFondoOscuro = $(".editor_imagenes").height();
1806
			altoFondoOscuro = $(".editor_imagenes").height();
1810
			$(".fondo_oscuro").css("width",""+anchoFondoOscuro+"px");
1807
			$(".fondo_oscuro").css("width",""+anchoFondoOscuro+"px");
1811
			$(".fondo_oscuro").css("height",""+altoFondoOscuro+"px");
1808
			$(".fondo_oscuro").css("height",""+altoFondoOscuro+"px");
Línea 1812... Línea 1809...
1812
		
1809
		
Línea 1813... Línea 1810...
1813
		},navegacion(nuevoHtmlImagen,edit,'',false));
1810
		},navegacion(nuevoHtmlImagen));
Línea 1814... Línea 1811...
1814
		
1811
		
1815
		})
1812
		})