altinn-designsystem
Version:
Altinn Design system based on Pattern Lab.
38 lines (26 loc) • 1.68 kB
HTML
<!-- START: 01-molekyler-06-hjelp-00-hjelp-container -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- Should be included for pages that has quickhelp -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - -->
<div class="a-stickyHelp-container">
<!-- Open-button for .a-iframeToggle -->
<!-- HELP ANIMATION:
On pages that have help in context (step for step guide), add class "a-stickyHelp-animationHint" when users has not been active for 10 seconds -->
<button type="button" class="a-btn a-stickyHelp-open collapsed" data-toggle="collapse" data-target="#a-iframeToggle" aria-expanded="false" aria-controls="a-iframeToggle">
<span class="sr-only a-stickyHelp-openText">Trenger du hjelp</span>
<i>?</i>
</button>
<div id="a-iframeToggle" class="a-iframeToggle collapse">
<!-- Close-button for .a-iframeToggle -->
<button type="button" class="a-stickyHelp-close" data-toggle="collapse" data-target="#a-iframeToggle" data-action="close" aria-expanded="true" aria-controls="a-iframeToggle"> <!-- START: 00-atomer-09-bilder-og-media-15-ikon -->
<i class="ai ai-exit ai-sm " id="close-stickyHelp" ></i>
<span class="sr-only">Minimer hjelpevinduet</span>
<!-- END: 00-atomer-09-bilder-og-media-15-ikon -->
</button>
<iframe class="a-js-stickyHelpFrame" data-src="../..//patterns/04-sider-infoportal-70-hurtighjelp-60-hurtighjelp\04-sider-infoportal-70-hurtighjelp-60-hurtighjelp.html"></iframe>
</div>
</div>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- End quickhelp -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- END: 01-molekyler-06-hjelp-00-hjelp-container -->