Ignore:
Timestamp:
09/14/11 14:01:25 (14 years ago)
Author:
fpvanagthoven
Message:

QuestionCreationTool? inputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/classes/SurveyCreationTool.php

    r98 r103  
    2121        ?>
    2222
    23         <div id="surveyCreation" class="creation"><form id="survey" action="surveycreation.php" method="post">
     23        <div id="creation"><form id="survey" action="surveycreation.php" method="post">
    2424                <?php
    2525                $this->surveyHead();
     
    462462            }
    463463                                                                                                                                   
    464             function checkInt(input)
    465             {
    466                 input.style.borderWidth = '1px' ;
    467                 var value = input.value;
    468                 if (isNaN(value))
    469                 {
    470                     input.style.borderColor = 'red';
    471                     input.checkPassed = 'no';
    472                 }
    473                 else
    474                 {
    475                     input.style.border = '1px solid #888;';
    476                     input.checkPassed = null;
    477                 }
    478             }
     464
    479465                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
    480466        </script>
Note: See TracChangeset for help on using the changeset viewer.