Changeset 548 in tmcsimulator for trunk/webapps/einotebook/script/index.html


Ignore:
Timestamp:
12/25/2019 09:44:50 AM (6 years ago)
Author:
jdalbey
Message:

Evaluation.js restore radio buttons and simplify recordRating(). Add submit button to scrollframe and add collectRatings function to retrieve any rating that have been set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/webapps/einotebook/script/index.html

    r468 r548  
    1313  <body> 
    1414    
     15 
    1516    <button class="jumpToCurrentEvent"  
    1617            onclick="jumpToLastExecutedEvent()">Jump to Current Event</button> 
    17       
     18     
    1819    <iframe id='view' src='scrollframe.html' frameborder='0' scrolling='yes' 
    1920            width='100%'></iframe> 
     21 
     22      </form> 
     23    
    2024  </body> 
    2125</html> 
Note: See TracChangeset for help on using the changeset viewer.