Template:Button PrevFrame
From Proteopedia
(Difference between revisions)
| (3 intermediate revisions not shown.) | |||
| Line 2: | Line 2: | ||
<jmolButton> | <jmolButton> | ||
<script>if (_animating); anim pause; set echo off; endif; | <script>if (_animating); anim pause; set echo off; endif; | ||
| - | + | frame previous; | |
| + | set echo frNr 100% 100%; | ||
| + | set echo frNr right; | ||
| + | font echo 16 sans; | ||
| + | t_frNr = "" + _currentModelNumberInFile + " / " + _lastFrame.replace("1.",""); | ||
| + | echo @t_frNr; | ||
</script> | </script> | ||
| - | <text> | + | <text>◄</text> |
</jmolButton> | </jmolButton> | ||
| - | + | <!-- inserts a button that will switch to previous frame/model in a multi-model file | |
| - | + | The character is left-pointing triangle | |
| - | <!-- inserts a button that will | + | |
--> | --> | ||
Current revision
