Template:Button NextFrame: Difference between revisions
From Proteopedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
echo @t_frNr; | echo @t_frNr; | ||
</script> | </script> | ||
<text>&# | <text>►</text> | ||
</jmolButton> | </jmolButton> | ||
Latest revision as of 15:34, 21 January 2022
<jmol> <jmolButton> <script>if (_animating); anim pause; set echo off; endif; frame next; set echo frNr 100% 100%; set echo frNr right; font echo 16 sans; t_frNr = "" + _currentModelNumberInFile + " / " + _lastFrame.replace("1.",""); echo @t_frNr; </script> <text>►</text> </jmolButton>