Skip to content

Commit b4b0087

Browse files
committed
Textfix fix
1 parent 605eb19 commit b4b0087

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

demo/code-demo/report.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<div id="left-pane" class="halfWidth right">
1919
<div id="embedArea">
20-
<h3>Embedded report area</h3>
20+
<h3>Embedded Report Area</h3>
2121
<h5>The following div id is <b>reportContainer</b>. In code, we embed a report to it.</h5>
2222
<div id="reportContainer" style="width: 800px; height: 600px; background: #DDDDDD;"></div>
2323
</div>

demo/code-demo/step_authorize.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
<!DOCTYPE html>
22
<div class="line">
3-
<h4>Sample report</h4>
4-
To embed using a report supplied with the sample, select <b>Embed sample report</b>.<br/>
5-
<button id="nextStepWithSample" class="btn btn-primary" onclick="OpenEmbedStepWithSample()">Embed sample report</button><br/><br/><br/>
3+
<h4>Sample Report</h4>
4+
To embed using a report supplied with the sample, select <b>Embed Sample Report</b>.<br/>
5+
<button id="nextStepWithSample" class="btn btn-primary" onclick="OpenEmbedStepWithSample()">Embed Sample Report</button><br/><br/><br/>
66
<a href="#" onclick="ToggleEmbedWithSpecificReportDiv()">Embed your own report</a><br/>
77
</div>
88
<div id="EmbedWithSpecificReportDiv" style="display: none;">
99
<div class="line">
1010
<h4>Prerequisites</h4>
1111
<ul>
1212
<li>A workspace in the <a href="https://azure.microsoft.com/en-us/documentation/articles/power-bi-embedded-get-started/">Power BI embedded service.</a></li>
13-
<li>PowerBI report imported to your workspace.</li>
13+
<li>Power BI report imported to your workspace.</li>
1414
</ul>
1515
</div>
1616
<br/>
1717
<div class="line">
18-
<h4>Instructions to get embed token</h4>
19-
Once you have a report imported to Power BI workspace, you are ready to embed it.<br/>
18+
<h4>Instructions to generate an embed App Token</h4>
19+
Once you have improted a report into Power BI workspace, you are ready to embed it.<br/>
2020
<br/>
21-
To embed a report, you need to get an embed-Token. You can create this token in multiple ways.<br/>
21+
To embed a report, you need to get an embed App Token. You can create this token in multiple ways.<br/>
2222
<ul>
2323
<li>Using <a href="https://github.com/Microsoft/PowerBI-cli">PowerBI-Cli</a> tool.<br/></li>
2424
<li>From .Net Code using <a href="http://www.nuget.org/packages/Microsoft.PowerBI.Core/">Microsoft.PowerBI.Core</a> package.<br/></li>
@@ -29,16 +29,16 @@ <h4>Instructions to get embed token</h4>
2929
<div class="line">
3030
<h4>Enter embed details</h4>
3131

32-
Enter report embed token<br/>
32+
Enter report App Token<br/>
3333
<input type="text" id="txtAccessToken" name="txtAccessToken" onchange="UpdateSessions();" style="width: 100%;" /><br/><br/>
3434

35-
Enter report embedded url<br/>
35+
Enter report embedded URL<br/>
3636
<input type="text" id="txtReportEmbed" name="txtReportEmbed" onchange="UpdateSessions();" style="width: 100%;" value="https://embedded.powerbi.com/appTokenReportEmbed" /><br/><br/>
3737

38-
Enter report id<br/>
38+
Enter report ID<br/>
3939
<input type="text" id="txtEmbedReportId" name="txtEmbedReportId" onchange="UpdateSessions();" style="width: 100%;" /><br/>
4040
</div>
41-
<button id="nextStep" class="btn btn-primary" onclick="OpenEmbedStep()">Next step - embed</button>
41+
<button id="nextStep" class="btn btn-primary" onclick="OpenEmbedStep()">Next step - Embed</button>
4242
</div>
4343

4444
<script>

demo/code-demo/step_embed.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div id="settings">
33
<table id="report-embed-table">
44
<tr>
5-
<td class="td-field-name">Embed token</td>
5+
<td class="td-field-name">Embed App Token</td>
66
<td><input type="text" id="txtAccessToken" onchange="UpdateSessions();" /><br/></td>
77
</tr>
88
<tr>
@@ -22,7 +22,7 @@ <h4>Code</h4>
2222

2323
<button id="btnRunEmbedCode" class="btn btn-primary" onclick="">Run Code</button>
2424

25-
<button id="nextStep" class="btn btn-primary" onclick="OpenInteractStep()">Next Step - Interact</button>
25+
<button id="nextStep" class="btn btn-primary" onclick="OpenInteractStep()">Next step - Interact</button>
2626
</div>
2727

2828
<script>

0 commit comments

Comments
 (0)