diff 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
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/index.html	Fri Oct 28 10:38:30 2022 +0200
+++ b/Applications/StoneWebViewer/WebApplication/index.html	Fri Oct 28 10:56:34 2022 +0200
@@ -720,7 +720,9 @@
                         </button>
                       </div>
                       <span data-toggle="tooltip" data-title="Current frame number">
-                        &nbsp;&nbsp;{{ currentFrame + 1 }} / {{ numberOfFrames }}&nbsp;&nbsp;
+                        &nbsp;&nbsp;
+                        <input type="text" v-model="currentFrameFromUser" class="wvInputInstanceNumber"> / {{ numberOfFrames }}
+                        &nbsp;&nbsp;
                       </span>
                       <div class="btn-group btn-group-sm" role="group">                        
                         <button class="btn btn-primary" @click="IncrementFrame()">