Home
last modified time | relevance | path

Searched refs:showNotes (Results 1 – 2 of 2) sorted by relevance

/plugin/revealjs/css/print/
H A Dpdf.css132 /* Display slide speaker notes when 'showNotes' is enabled */
/plugin/revealjs/js/
H A Dreveal.js179 showNotes: false, property in AnonymousFunctione17f777e0200.config
907 if( config.showNotes ) {
914 var notesLayout = typeof config.showNotes === 'string' ? config.showNotes : 'inline';
1363 if( config.showNotes ) {
1364 …speakerNotes.setAttribute( 'data-layout', typeof config.showNotes === 'string' ? config.showNotes
3380 if( config.showNotes && dom.speakerNotes && currentSlide && !isPrintingPDF() ) {
3396 if( config.showNotes && hasNotes() ) {