forked from microsoft/PowerBI-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.html
More file actions
24 lines (23 loc) · 767 Bytes
/
sample.html
File metadata and controls
24 lines (23 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<div id="steps-nav-bar">
<div id="steps-ul-dev">
<ul id="steps-ul" class="steps-ul">
<li id="steps-auth" class="steps-li-active" onclick="OpenAuthStep();">
<div class="stepsButton">
<a href="#">1. Authorize</a>
</div>
</li>
<li id="steps-embed" onclick="OpenEmbedStep('view');">
<div class="stepsButton">
<a href="#">2. Embed</a>
</div>
</li>
<li id="steps-interact" onclick="OpenInteractStep();">
<div class="stepsButton">
<a href="#">3. Interact</a>
</div>
</li>
</ul>
</div>
</div>
<div id="mainContent">
</div>