Lines Matching refs:setAttribute

406 			document.body.setAttribute( 'class', 'no-transforms' );
418 element.setAttribute( 'src', element.getAttribute( 'data-src' ) );
752 dom.speakerNotes.setAttribute( 'data-prevent-swipe', '' );
753 dom.speakerNotes.setAttribute( 'tabindex', '0' );
758 dom.wrapper.setAttribute( 'role', 'application' );
792 statusDiv.setAttribute( 'id', 'aria-status-div' );
793 statusDiv.setAttribute( 'aria-live', 'polite' );
794 statusDiv.setAttribute( 'aria-atomic','true' );
865 slide.setAttribute( 'data-slide-number', getSlideNumber( slide ) );
918 notesElement.setAttribute( 'data-layout', notesLayout );
1192 slide.setAttribute( 'data-background-image', data.background );
1203 element.setAttribute( 'data-background-hash', data.background +
1216 if( data.backgroundSize ) element.setAttribute( 'data-background-size', data.backgroundSize );
1218 …if( data.backgroundTransition ) element.setAttribute( 'data-background-transition', data.backgroun…
1220 if( slide.hasAttribute( 'data-preload' ) ) element.setAttribute( 'data-preload', '' );
1331 dom.wrapper.setAttribute( 'data-transition-speed', config.transitionSpeed );
1332 dom.wrapper.setAttribute( 'data-background-transition', config.backgroundTransition );
1337 dom.controls.setAttribute( 'data-controls-layout', config.controlsLayout );
1338 dom.controls.setAttribute( 'data-controls-back-arrows', config.controlsBackArrows );
1364 …dom.speakerNotes.setAttribute( 'data-layout', typeof config.showNotes === 'string' ? config.showNo…
1445 dom.wrapper.setAttribute( 'data-navigation-mode', config.navigationMode );
2035 span.setAttribute('data-title', anchor.text);
2435 if( typeof stack === 'object' && typeof stack.setAttribute === 'function' ) {
2436 stack.setAttribute( 'data-previous-indexv', v || 0 );
2450 …if( typeof stack === 'object' && typeof stack.setAttribute === 'function' && stack.classList.conta…
2531 hslide.setAttribute( 'data-index-h', h );
2537 vslide.setAttribute( 'data-index-h', h );
2538 vslide.setAttribute( 'data-index-v', v );
2938 previousSlide.setAttribute( 'aria-hidden', 'true' );
3122 verticalSlide.setAttribute( 'aria-hidden', 'true' );
3216 element.setAttribute( 'hidden', '' );
3217 element.setAttribute( 'aria-hidden', 'true' );
3537 node.setAttribute( 'disabled', 'disabled' );
3804 element.setAttribute( 'src', element.getAttribute( 'data-src' ) );
3805 element.setAttribute( 'data-lazy-loaded', '' );
3815 source.setAttribute( 'src', source.getAttribute( 'data-src' ) );
3817 source.setAttribute( 'data-lazy-loaded', '' );
3839 background.setAttribute( 'data-loaded', 'true' );
3855 video.setAttribute( 'loop', '' );
3868 video.setAttribute( 'playsinline', '' );
3881 iframe.setAttribute( 'allowfullscreen', '' );
3882 iframe.setAttribute( 'mozallowfullscreen', '' );
3883 iframe.setAttribute( 'webkitallowfullscreen', '' );
3884 iframe.setAttribute( 'allow', 'autoplay' );
3886 iframe.setAttribute( 'data-src', backgroundIframe );
3904 backgroundIframeElement.setAttribute( 'src', backgroundIframe );
3938 element.setAttribute( 'data-src', element.getAttribute( 'src' ) );
3944 source.setAttribute( 'data-src', source.getAttribute( 'src' ) );
4024 el.setAttribute( sourceAttribute, src + ( !/\?/.test( src ) ? '?' : '&' ) + param );
4053 el.setAttribute( 'src', el.getAttribute( 'src' ) );
4122 el.setAttribute( 'src', el.getAttribute( 'data-src' ) );
4212 el.setAttribute('data-paused-by-reveal', '');
4242 el.setAttribute( 'src', 'about:blank' );
4746 fragment.setAttribute( 'data-fragment-index', index );
4824 currentSlide.setAttribute( 'data-fragment', index );