MCPcopy
hub / github.com/usablica/intro.js / startIntro

Function startIntro

example/dynamic-start/resources/step.js:171–188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169 ];
170
171function startIntro(){
172
173 document.getElementById("overview").setAttribute("style", "display: none");
174 document.getElementById("walkthrough").setAttribute("style", "display: inline-block");
175
176 var intro = introJs();
177 intro.setOptions({
178 steps: steps,
179 showBullets: false,
180 showButtons: false,
181 showProgress: true,
182 exitOnOverlayClick: false,
183 showStepNumbers: false,
184 keyboardNavigation: true
185 });
186
187 intro.start();
188 }
189
190
191// Add onclick="step('');" to div with tool

Callers

nothing calls this directly

Calls 3

introJsFunction · 0.85
startMethod · 0.80
setOptionsMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…