comparison Applications/StoneWebViewer/WebApplication/index.html @ 1993:317a53d4fdc6

added magnifying glass
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 31 Oct 2022 22:19:57 +0100
parents e8b9a2ba1df1
children 6e4ef6e3b2bf
comparison
equal deleted inserted replaced
1992:237e0eb40f38 1993:317a53d4fdc6
479 </small> 479 </small>
480 </a> 480 </a>
481 </li> 481 </li>
482 </ul> 482 </ul>
483 </div> 483 </div>
484 </div>
485
486 <div class="ng-scope inline-object">
487 <button class="wvButton--underline text-center"
488 data-toggle="tooltip" data-title="Magnifying glass"
489 v-bind:class="{ 'active' : mouseTool == MOUSE_TOOL_MAGNIFYING_GLASS }"
490 v-on:click="SetMouseButtonActions(MOUSE_TOOL_MAGNIFYING_GLASS, stone.WebViewerAction.MAGNIFYING_GLASS, stone.WebViewerAction.PAN, stone.WebViewerAction.ZOOM)">
491 <i class="fas fa-search-plus"></i>
492 </button>
484 </div> 493 </div>
485 494
486 <div class="ng-scope inline-object"> 495 <div class="ng-scope inline-object">
487 <button class="wvButton--underline text-center" 496 <button class="wvButton--underline text-center"
488 data-toggle="tooltip" data-title="Rotate to the left" 497 data-toggle="tooltip" data-title="Rotate to the left"