This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ctd:slides:test [2018/12/25 12:38] admin |
ctd:slides:test [2019/06/15 23:00] (current) |
||
|---|---|---|---|
| Line 55: | Line 55: | ||
| </select> | </select> | ||
| <button class="playpause">Play Pause</button> | <button class="playpause">Play Pause</button> | ||
| - | <label><input type="checkbox" id="voiceEnabledCheckBox" name="voiceEnabledCheckBox" checked onclick="onVoiceCheckBoxChange();">음성출력       </label> | + | <label><input type="checkbox" id="voiceEnabledCheckBox" name="voiceEnabledCheckBox" checked onclick="onVoiceCheckBoxChange();">음성출력  </label> |
| + | <button onclick="full_screen()">Fullscreen</button> | ||
| <button class="goto">Goto:</button> | <button class="goto">Goto:</button> | ||
| <input type="number" min="1" max="99" style="width: 3em;" pattern="\d*" id="chapter" /> | <input type="number" min="1" max="99" style="width: 3em;" pattern="\d*" id="chapter" /> | ||
| Line 63: | Line 64: | ||
| <div style="padding: 0.7em 0.4em 0.2em 0.4em; border-bottom:1px solid #99999a; width:100%; margin:0 auto;"><b>Commentary</b></div> | <div style="padding: 0.7em 0.4em 0.2em 0.4em; border-bottom:1px solid #99999a; width:100%; margin:0 auto;"><b>Commentary</b></div> | ||
| <div class="comment"></div> | <div class="comment"></div> | ||
| - | <!------ button onclick="full_screen()">Fullscreen</button --------> | ||
| </div> | </div> | ||
| Line 116: | Line 116: | ||
| * https://github.com/hakimel/reveal.js#api | * https://github.com/hakimel/reveal.js#api | ||
| */ | */ | ||
| - | document.querySelector( '.trigger' ).addEventListener( 'click', function( event ) { | + | document.querySelector( '.goto' ).addEventListener( 'click', function( event ) { |
| event.preventDefault(); | event.preventDefault(); | ||
| // Find our presentation iframe | // Find our presentation iframe | ||