comparison Applications/StoneWebViewer/WebApplication/index.html @ 1968:ed5a0b9183dc

The text field with the instance number is editable to go to a specific instance
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Oct 2022 10:56:34 +0200
parents b180233143ae
children 0aac8f552d89
comparison
equal deleted inserted replaced
1967:b180233143ae 1968:ed5a0b9183dc
718 <button class="btn btn-primary" @click="DecrementFrame()"> 718 <button class="btn btn-primary" @click="DecrementFrame()">
719 <i class="fas fa-step-backward"></i> 719 <i class="fas fa-step-backward"></i>
720 </button> 720 </button>
721 </div> 721 </div>
722 <span data-toggle="tooltip" data-title="Current frame number"> 722 <span data-toggle="tooltip" data-title="Current frame number">
723 &nbsp;&nbsp;{{ currentFrame + 1 }} / {{ numberOfFrames }}&nbsp;&nbsp; 723 &nbsp;&nbsp;
724 <input type="text" v-model="currentFrameFromUser" class="wvInputInstanceNumber"> / {{ numberOfFrames }}
725 &nbsp;&nbsp;
724 </span> 726 </span>
725 <div class="btn-group btn-group-sm" role="group"> 727 <div class="btn-group btn-group-sm" role="group">
726 <button class="btn btn-primary" @click="IncrementFrame()"> 728 <button class="btn btn-primary" @click="IncrementFrame()">
727 <i class="fas fa-step-forward"></i> 729 <i class="fas fa-step-forward"></i>
728 </button> 730 </button>