Ignore:
Timestamp:
04/30/14 12:09:51 (10 years ago)
Author:
tbretz
Message:
Added xmin and xmax controls for the waveform.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/viewer/index.html

    r17732 r17738  
    268268<div id="waveformcontainer"  class="ui-widget-content">
    269269   <div id="waveform" style="width:100%;height:300px;"></div>
    270    <div style="text-align:center;margin-bottom:2px">
    271       Min:
    272       <input id="waveformmin"   style="text-align:right"type="number"   onchange="onWaveformMinMax();"  value="0" disabled="true"></input>
    273       <input id="waveformminon" type="checkbox" onclick="onWaveformMinMaxOn();" checked="true"></input>
    274       Max:
    275       <input id="waveformmax"   style="text-align:right"type="number"   onchange="onWaveformMinMax();"  value="0" disabled="true"></input>
    276       <input id="waveformmaxon" type="checkbox" onclick="onWaveformMinMaxOn();" checked="true"></input>
    277    </div>
     270   <table style="width:100%">
     271      <colgroup>
     272         <col style="width:50%;">
     273         <col style="width:50%;">
     274      </colgroup>
     275      <tr> 
     276         <td style="text-align:left">
     277            <span style="white-space:nowrap;float:left">
     278               Xmin:
     279               <input id="waveformxmin"   style="width:55px;text-align:right"type="number"   onchange="onWaveformMinMax();"  value="0" disabled="true"></input>
     280               <input id="waveformxminon" type="checkbox" onclick="onWaveformMinMaxOn();" checked="true"></input>
     281               &nbsp;
     282            </span>
     283            <span style="white-space:nowrap;float:left">
     284               Xmax:
     285               <input id="waveformxmax"   style="width:55px;text-align:right"type="number"   onchange="onWaveformMinMax();"  value="0" disabled="true"></input>
     286               <input id="waveformxmaxon" type="checkbox" onclick="onWaveformMinMaxOn();" checked="true"></input>
     287            </span>
     288         </td>
     289         <td style="text-align:right">
     290            <span style="white-space:nowrap;">
     291               Ymin:
     292               <input id="waveformmin"   style="text-align:right"type="number"   onchange="onWaveformMinMax();"  value="0" disabled="true"></input>
     293               <input id="waveformminon" type="checkbox" onclick="onWaveformMinMaxOn();" checked="true"></input>
     294            </span>
     295            <span style="white-space:nowrap;">
     296               &nbsp;Ymax:
     297               <input id="waveformmax"   style="text-align:right"type="number"   onchange="onWaveformMinMax();"  value="0" disabled="true"></input>
     298               <input id="waveformmaxon" type="checkbox" onclick="onWaveformMinMaxOn();" checked="true"></input>
     299           </span>
     300         </td>
     301      </tr>
     302   </table>
    278303</div>
    279304
Note: See TracChangeset for help on using the changeset viewer.