Changeset 17489 for schedule/Module/control.php
- Timestamp:
- 01/07/14 10:58:21 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/control.php
r17488 r17489 149 149 150 150 ?> 151 function addRowClone New(nextrow){151 function addRowClone1(nextrow){ 152 152 var targetView = document.getElementById("Data"); 153 153 // CREATE ELEMENT … … 192 192 input_data.setAttribute("value","+"), 193 193 input_data.onclick = function(){ 194 addRowClone New("list_"+newlist);194 addRowClone1("list_"+newlist); 195 195 } 196 196 ); … … 378 378 input_data.setAttribute("value","+"), 379 379 input_data.onclick = function(){ 380 addRowClone New("list_<?php echo $cnt+1; ?>");380 addRowClone1("list_<?php echo $cnt+1; ?>"); 381 381 } 382 382 ); … … 516 516 ?> 517 517 $('#save').attr('value','SAVE'); 518 addRowClone New();518 addRowClone1(); 519 519 <?php 520 520 }
Note:
See TracChangeset
for help on using the changeset viewer.