Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 155 Rev 156
Línea 1236... Línea 1236...
1236
		    		$('#form-section #section-text').val(),
1236
		    		$('#form-section #section-text').val(),
1237
		    		$('#form-section #section-value').val()
1237
		    		$('#form-section #section-value').val()
1238
		    	);	
1238
		    	);	
1239
		    }
1239
		    }
Línea 1240... Línea -...
1240
		    
-
 
-
 
1240
		    
Línea 1241... Línea 1241...
1241
		    console.log(objFormGenerator);
1241
		    
1242
		    
1242
		    
1243
			$('#modal-section').modal('hide');
1243
			$('#modal-section').modal('hide');
1244
			return false;
1244
			return false;
Línea 1444... Línea 1444...
1444
	    		editor.setData( section.text, function() {
1444
	    		editor.setData( section.text, function() {
1445
	    		    editor.focus();
1445
	    		    editor.focus();
1446
	    		});
1446
	    		});
Línea 1447... Línea 1447...
1447
	    	    		
1447
	    	    		
-
 
1448
				$('#form-section #section-value').val(section.value);
-
 
1449
 
Línea 1448... Línea 1450...
1448
				$('#form-section #section-value').val(section.value);
1450
				console.log(objFormGenerator)
1449
				
1451
				
1450
				showForm = true;
1452
				showForm = true;
1451
				break;
1453
				break;
Línea 1573... Línea 1575...
1573
	        			} else {
1575
	        			} else {
1574
	            			$('#form-question #question-range').val('10');
1576
	            			$('#form-question #question-range').val('10');
1575
		        			$('#form-question #question-range').parent().hide();
1577
		        			$('#form-question #question-range').parent().hide();
1576
		        		}
1578
		        		}
Línea -... Línea 1579...
-
 
1579
 
-
 
1580
						console.log(objFormGenerator);
1577
 
1581
 
1578
    					showForm = true;
1582
    					showForm = true;
Línea 1579... Línea 1583...
1579
    					break;
1583
    					break;
Línea 1658... Línea 1662...
1658
                		} else {
1662
                		} else {
1659
                			$('#form-option #option-value').val('1');
1663
                			$('#form-option #option-value').val('1');
1660
                			$('#form-option #option-value').parent().hide();
1664
                			$('#form-option #option-value').parent().hide();
Línea 1661... Línea 1665...
1661
                			
1665
                			
-
 
1666
                       	}
-
 
1667
 
1662
                       	}
1668
						   console.log(console.log(objFormGenerator));
1663
                		showForm = true;
1669
                		showForm = true;
1664
	    			}
1670
	    			}
1665
	    		}
1671
	    		}
1666
	    	}
1672
	    	}
Línea 1935... Línea 1941...
1935
    <!-- Section Modal -->
1941
    <!-- Section Modal -->
1936
    <?php echo $this->partial('modals/sections.phtml') ;?>
1942
    <?php echo $this->partial('modals/sections.phtml') ;?>
1937
    <!-- End Modal Section -->
1943
    <!-- End Modal Section -->
Línea 1938... Línea 1944...
1938
 
1944
 
-
 
1945
    <!-- Question Modal -->
1939
    <!-- Question Modal -->
1946
 
-
 
1947
	<?php echo $this->partial('modals/questions.phtml') ;?>
1940
	<?php echo $this->partial('modals/questions.phtml') ;?>
1948
 
Línea 1941... Línea 1949...
1941
	<!-- End Modal Question -->
1949
	<!-- End Modal Question -->
-
 
1950
 
1942
 
1951
    <!-- Modal Options -->
1943
    <!-- Modal Options -->
1952
 
Línea 1944... Línea 1953...
1944
	<?php echo $this->partial('modals/options.phtml') ;?>
1953
	<?php echo $this->partial('modals/options.phtml') ;?>