Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
758fbb2
Update readme.md (#152)
jakkyn Aug 29, 2018
9af4dc2
Update trex_configure.md (#156)
d45 Aug 30, 2018
2d1187c
Update trex_getstarted.md (#157)
d45 Aug 30, 2018
f617bb1
Update trex_overview.md (#160)
d45 Oct 11, 2018
48082d8
Doc update to add design guidelines, tableau UI links, and localhost …
d45 Oct 20, 2018
09272d1
Merge branch 'master' into dev
d45 Oct 20, 2018
4db81b2
Update trex_security.md
d45 Oct 20, 2018
5748714
Update datasource.html (#170)
d45 Nov 1, 2018
17a8a81
Doc updates for 2018.3 (#178)
d45 Dec 18, 2018
56c638b
Merge branch 'master' into dev
d45 Dec 18, 2018
2008c89
Update trex_publish.md
d45 Dec 19, 2018
4f11ebd
Update trex_debugging.md
d45 Dec 19, 2018
8d482a5
Update trex_publish.md
d45 Dec 19, 2018
a524e05
Update trex_publish.md
d45 Dec 19, 2018
f55e308
Update trex_publish.md
d45 Dec 19, 2018
cc18de7
Doc updates for 2019.1 and v1.2 library; show-hide, chromium, API syn…
d45 Feb 19, 2019
a7ba46a
Update ux_controls_ui_patterns.md (#199)
d45 Feb 27, 2019
61996d3
Fixing missing .gif file
d45 Feb 27, 2019
a370e14
Delete 3-Small)on_Dark_Background.gif
d45 Feb 27, 2019
f3cb9fc
Release 1.1.0
Feb 27, 2019
f02dd39
Merge branch 'master' into dev
seanmakesgames Feb 27, 2019
d0988d2
[Security] Fix DOM XSS vulnerability in search
jdomingu Mar 14, 2019
d93e356
Update trex_examples.md (#203)
d45 Mar 15, 2019
5e69a12
Release 1.2
Apr 16, 2019
af7697d
updating release notes for the version 1.2 library (#214)
d45 Apr 16, 2019
f01298f
Merge pull request #216 from tableau/nlakshman/releasev1.2
nikhillakshman Apr 16, 2019
7b8018b
Updating documentation for version 1.2 of the library
Apr 16, 2019
90d0ffa
Merge pull request #219 from tableau/nlakshman/docUpdateRelease1.2
nikhillakshman Apr 16, 2019
53e1e5a
Merge branch 'master' into dev
Apr 17, 2019
64aff17
Renaming library files to new naming format
Apr 17, 2019
ff362cc
updated the library file name with new convention; removed page visib…
d45 Apr 18, 2019
50deef0
Nlakshman/library reference (#221)
nikhillakshman Apr 18, 2019
1da69d4
Update trex_security.md (#224)
d45 Apr 19, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Samples/DataSources/datasources.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" ></script>

<!-- Extensions Library (this will be hosted on a CDN eventually) -->
<script src="../../lib/tableau-extensions-1.latest.js"></script>
<script src="../../lib/tableau.extensions.1.latest.js"></script>

<!-- Our extension's code -->
<script src="./dataSources.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion Samples/Filtering/filtering.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" ></script>

<!-- Extensions Library (this will be hosted on a CDN eventually) -->
<script src="../../lib/tableau-extensions-1.latest.js"></script>
<script src="../../lib/tableau.extensions.1.latest.js"></script>

<!-- Our extension's code -->
<script src="./filtering.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion Samples/Parameters/parameters.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" ></script>

<!-- Extensions Library (this will be hosted on a CDN eventually) -->
<script src="../../lib/tableau-extensions-1.latest.js"></script>
<script src="../../lib/tableau.extensions.1.latest.js"></script>

<!-- Our extension's code -->
<script src="./parameters.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion Samples/Settings/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" ></script>

<!-- Extensions Library (this will be hosted on a CDN eventually) -->
<script src="../../lib/tableau-extensions-1.latest.js"></script>
<script src="../../lib/tableau.extensions.1.latest.js"></script>

<!-- Our extension's code -->
<script src="./settings.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion Samples/UINamespace/uiNamespace.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" ></script>

<!-- Extensions Library (this will be hosted on a CDN eventually) -->
<script src="../../lib/tableau-extensions-1.latest.js"></script>
<script src="../../lib/tableau.extensions.1.latest.js"></script>

<!-- Our extension's code -->
<script src="./uiNamespace.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion Samples/UINamespace/uiNamespaceDialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" ></script>

<!-- Extensions Library (this will be hosted on a CDN eventually) -->
<script src="../../lib/tableau-extensions-1.latest.js"></script>
<script src="../../lib/tableau.extensions.1.latest.js"></script>

<!-- Our extension's code -->
<script src="./uiNamespaceDialog.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion Tutorial/Part_1/MarksSelection.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script type="text/javascript" src="https://cdn.datatables.net/v/bs-3.3.7/jq-3.2.1/jq-3.2.1/dt-1.10.16/b-1.4.2/b-colvis-1.4.2/cr-1.4.1/fh-3.1.3/r-2.2.0/sc-1.4.3/datatables.min.js"></script>

<!-- Include the Tableau Extensions library so we can communicate with Tableau -->
<script src="/lib/tableau-extensions-1.latest.js"></script>
<script src="/lib/tableau.extensions.1.latest.js"></script>

<!-- Include our own style sheets and javascript code -->
<link rel="stylesheet" href="./MarksSelection.css">
Expand Down
2 changes: 1 addition & 1 deletion Tutorial/Part_2/MarksSelection.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script type="text/javascript" src="https://cdn.datatables.net/v/bs-3.3.7/jq-3.2.1/jq-3.2.1/dt-1.10.16/b-1.4.2/b-colvis-1.4.2/cr-1.4.1/fh-3.1.3/r-2.2.0/sc-1.4.3/datatables.min.js"></script>

<!-- Include the Tableau Extensions library so we can communicate with Tableau -->
<script src="/lib/tableau-extensions-1.latest.js"></script>
<script src="/lib/tableau.extensions.1.latest.js"></script>

<!-- Include our own style sheets and javascript code -->
<link rel="stylesheet" href="./MarksSelection.css">
Expand Down
2 changes: 1 addition & 1 deletion Tutorial/Part_3/MarksSelection.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script type="text/javascript" src="https://cdn.datatables.net/v/bs-3.3.7/jq-3.2.1/jq-3.2.1/dt-1.10.16/b-1.4.2/b-colvis-1.4.2/cr-1.4.1/fh-3.1.3/r-2.2.0/sc-1.4.3/datatables.min.js"></script>

<!-- Include the Tableau Extensions library so we can communicate with Tableau -->
<script src="/lib/tableau-extensions-1.latest.js"></script>
<script src="/lib/tableau.extensions.1.latest.js"></script>

<!-- Include our own style sheets and javascript code -->
<link rel="stylesheet" href="./MarksSelection.css">
Expand Down
2 changes: 1 addition & 1 deletion Tutorial/Part_4/MarksSelection.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script type="text/javascript" src="https://cdn.datatables.net/v/bs-3.3.7/jq-3.2.1/jq-3.2.1/dt-1.10.16/b-1.4.2/b-colvis-1.4.2/cr-1.4.1/fh-3.1.3/r-2.2.0/sc-1.4.3/datatables.min.js"></script>

<!-- Include the Tableau Extensions library so we can communicate with Tableau -->
<script src="/lib/tableau-extensions-1.latest.js"></script>
<script src="/lib/tableau.extensions.1.latest.js"></script>

<!-- Include our own style sheets and javascript code -->
<link rel="stylesheet" href="./MarksSelection.css">
Expand Down
2 changes: 1 addition & 1 deletion Tutorial/Part_5/MarksSelection.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script type="text/javascript" src="https://cdn.datatables.net/v/bs-3.3.7/jq-3.2.1/jq-3.2.1/dt-1.10.16/b-1.4.2/b-colvis-1.4.2/cr-1.4.1/fh-3.1.3/r-2.2.0/sc-1.4.3/datatables.min.js"></script>

<!-- Include the Tableau Extensions library so we can communicate with Tableau -->
<script src="/lib/tableau-extensions-1.latest.js"></script>
<script src="/lib/tableau.extensions.1.latest.js"></script>

<!-- Include our own style sheets and javascript code -->
<link rel="stylesheet" href="./MarksSelection.css">
Expand Down
2 changes: 1 addition & 1 deletion Tutorial/Part_6/MarksSelection.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script type="text/javascript" src="https://cdn.datatables.net/v/bs-3.3.7/jq-3.2.1/jq-3.2.1/dt-1.10.16/b-1.4.2/b-colvis-1.4.2/cr-1.4.1/fh-3.1.3/r-2.2.0/sc-1.4.3/datatables.min.js"></script>

<!-- Include the Tableau Extensions library so we can communicate with Tableau -->
<script src="/lib/tableau-extensions-1.latest.js"></script>
<script src="/lib/tableau.extensions.1.latest.js"></script>

<!-- Include our own style sheets and javascript code -->
<link rel="stylesheet" href="./MarksSelection.css">
Expand Down
3 changes: 2 additions & 1 deletion docs/Interaction_Guidelines/ux_controls_ui_patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ A button communicates what happens when a user touches it. Button labels can con
![buttons](imgs/3-buttons-cover.png)

### Usage

| Button | How to use |
| --- | --- |
|----|:-----|
| **Call-to-Action &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;** | These buttons are primarily used in dialogues to indicate an action. Use colors to communicate function–for example, green is commonly used for confirmation buttons. Learn more about color usage at **[Colors](Style Guidelines/6 - Color.md)**.<br><br>You may also want to utilize branding practices on buttons. Learn more at **[Branding your Extension](Style Guidelines/4 - Branding your Extension.md)**. |
| **Greyscale** | Greyscale buttons are used either to indicate a secondary action, or a button that has been disabled and a particular action needs to be taken before proceeding. |
| **Text Button &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;** | This is a low-attention button, and should only be used to provide a secondary option in the case that the user wants to perform an action that isn’t the primary action. |
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/datasource.html
Original file line number Diff line number Diff line change
Expand Up @@ -439,4 +439,4 @@ <h2>Legend</h2>
ga('send', 'pageview');
</script>
</body>
</html>
</html>
11 changes: 8 additions & 3 deletions docs/interfaces/datavalue.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h3>formatted<wbr>Value</h3>
<div class="tsd-signature tsd-kind-icon">formatted<wbr>Value<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in DataTableInterfaces.ts:88</li>
<li>Defined in DataTableInterfaces.ts:91</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -110,14 +110,19 @@ <h3>value</h3>
<div class="tsd-signature tsd-kind-icon">value<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in DataTableInterfaces.ts:81</li>
<li>Defined in DataTableInterfaces.ts:84</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<dl class="tsd-comment-tags">
<dt>since</dt>
<dd><p>1.2.0 Fixes the type to be the raw native value rather than a string.</p>
</dd>
<dt>returns</dt>
<dd><p>Contains the raw native value as a JavaScript type, which is
one of String, Number, Boolean, or Date.</p>
one of String, Number, Boolean, or Date. Please note that special values,
regardless of type, are always returned as a String surrounded by percent signs,
such as &#39;%null%&#39;, or &#39;%no-access%&#39;.</p>
</dd>
</dl>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/interfaces/getsummarydataoptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> ignore<wbr>Aliases</h
<div class="tsd-signature tsd-kind-icon">ignore<wbr>Aliases<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">true</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">false</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in DataTableInterfaces.ts:98</li>
<li>Defined in DataTableInterfaces.ts:101</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -119,7 +119,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> ignore<wbr>Selection<
<div class="tsd-signature tsd-kind-icon">ignore<wbr>Selection<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">true</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">false</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in DataTableInterfaces.ts:103</li>
<li>Defined in DataTableInterfaces.ts:106</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
8 changes: 4 additions & 4 deletions docs/interfaces/getunderlyingdataoptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> ignore<wbr>Aliases</h
<aside class="tsd-sources">
<p>Inherited from <a href="getsummarydataoptions.html">GetSummaryDataOptions</a>.<a href="getsummarydataoptions.html#ignorealiases">ignoreAliases</a></p>
<ul>
<li>Defined in DataTableInterfaces.ts:98</li>
<li>Defined in DataTableInterfaces.ts:101</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -123,7 +123,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> ignore<wbr>Selection<
<aside class="tsd-sources">
<p>Inherited from <a href="getsummarydataoptions.html">GetSummaryDataOptions</a>.<a href="getsummarydataoptions.html#ignoreselection">ignoreSelection</a></p>
<ul>
<li>Defined in DataTableInterfaces.ts:103</li>
<li>Defined in DataTableInterfaces.ts:106</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -138,7 +138,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> include<wbr>All<wbr>C
<div class="tsd-signature tsd-kind-icon">include<wbr>All<wbr>Columns<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">true</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">false</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in DataTableInterfaces.ts:113</li>
<li>Defined in DataTableInterfaces.ts:116</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -153,7 +153,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> max<wbr>Rows</h3>
<div class="tsd-signature tsd-kind-icon">max<wbr>Rows<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in DataTableInterfaces.ts:120</li>
<li>Defined in DataTableInterfaces.ts:123</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
12 changes: 6 additions & 6 deletions docs/interfaces/pageddata.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h3>data</h3>
<div class="tsd-signature tsd-kind-icon">data<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">T</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in DataTableInterfaces.ts:145</li>
<li>Defined in DataTableInterfaces.ts:148</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -131,7 +131,7 @@ <h3>has<wbr>More<wbr>Data</h3>
<div class="tsd-signature tsd-kind-icon">has<wbr>More<wbr>Data<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in DataTableInterfaces.ts:165</li>
<li>Defined in DataTableInterfaces.ts:168</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -146,7 +146,7 @@ <h3>page</h3>
<div class="tsd-signature tsd-kind-icon">page<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in DataTableInterfaces.ts:155</li>
<li>Defined in DataTableInterfaces.ts:158</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -161,7 +161,7 @@ <h3>page<wbr>Size</h3>
<div class="tsd-signature tsd-kind-icon">page<wbr>Size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in DataTableInterfaces.ts:150</li>
<li>Defined in DataTableInterfaces.ts:153</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -176,7 +176,7 @@ <h3>total</h3>
<div class="tsd-signature tsd-kind-icon">total<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in DataTableInterfaces.ts:160</li>
<li>Defined in DataTableInterfaces.ts:163</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -198,7 +198,7 @@ <h3>get<wbr>Next<wbr>Page<wbr>Async</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in DataTableInterfaces.ts:172</li>
<li>Defined in DataTableInterfaces.ts:175</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
4 changes: 2 additions & 2 deletions docs/interfaces/paginationoptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h3>page<wbr>Number</h3>
<div class="tsd-signature tsd-kind-icon">page<wbr>Number<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in DataTableInterfaces.ts:135</li>
<li>Defined in DataTableInterfaces.ts:138</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -114,7 +114,7 @@ <h3>page<wbr>Size</h3>
<div class="tsd-signature tsd-kind-icon">page<wbr>Size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in DataTableInterfaces.ts:130</li>
<li>Defined in DataTableInterfaces.ts:133</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
7 changes: 4 additions & 3 deletions docs/interfaces/worksheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ <h3>select<wbr>Marks<wbr>ByValue<wbr>Async</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in SheetInterfaces.ts:373</li>
<li>Defined in SheetInterfaces.ts:374</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -699,11 +699,12 @@ <h5>updateType: <a href="../enums/selectionupdatetype.html" class="tsd-signature
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4>
<p>Empty promise that resolves when the selection is complete.</p>
<p>The following example shows how you might call this method using state names as the <code>SelectionCriteria</code>.
The <code>SelectionUpdateType</code> is replace (<code>SelectionUpdateType.Replace</code>), so these values replace the marks that are currently selected.</p>
The <code>SelectionUpdateType</code> is replace (<code>tableau.SelectionUpdateType.Replace</code>), so these values replace
the marks that are currently selected.</p>
<pre><code> <span class="hljs-selector-tag">worksheet</span><span class="hljs-selector-class">.selectMarksByValueAsync</span>([{
<span class="hljs-attribute">fieldName</span>: <span class="hljs-string">'State'</span>,
<span class="hljs-attribute">value</span>: [<span class="hljs-string">'Texas'</span>, <span class="hljs-string">'Washington'</span>, <span class="hljs-string">'California'</span>]
}], <span class="hljs-selector-tag">SelectionUpdateType</span><span class="hljs-selector-class">.Replace</span> );
}], <span class="hljs-selector-tag">tableau</span><span class="hljs-selector-class">.SelectionUpdateType</span><span class="hljs-selector-class">.Replace</span> );

</code></pre>
</li>
Expand Down
10 changes: 5 additions & 5 deletions docs/trex_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ layout: docs
To create a Tableau extension you need the following components.

- A manifest file that identifies and describes the extension.
- The Tableau Extensions API JavaScript library (`tableau-extensions-N.N.N.js`)
- The Tableau Extensions API JavaScript library (`tableau.extensions.N.N.N.js`)
- A web page that uses the library. The web page provides controls that interact with Tableau objects and data in the dashboard.
- Additional JavaScript and HTML and CSS files as needed for your web app.
- A web server to host your web app.
Expand Down Expand Up @@ -112,7 +112,7 @@ Your web application must include an HTML page. This page should link to the Ext

<!-- Tableau Extensions API Library -->
<!-- library is in the /lib directory -->
<script src="../../lib/tableau-extensions-1.latest.js"></script>
<script src="../../lib/tableau.extensions.1.latest.js"></script>

<!-- Your JavaScript code that uses the Extensions API goes here -->
<script src="./hello-extension.js"></script>
Expand All @@ -129,15 +129,15 @@ Your web application must include an HTML page. This page should link to the Ext
</html>
```

The sample code includes a link to the JavaScript library (`tableau-extensions-1.latest.js`), which is available in the `/lib` folder. The sample code also includes links to jQuery and Bootstrap libraries.
The sample code includes a link to the JavaScript library (`tableau.extensions.1.latest.js`), which is available in the `/lib` folder. The sample code also includes links to jQuery and Bootstrap libraries.


3. If necessary, adjust the relative path to the Extensions API JavaScript library (`tableau-extensions-1.latest.js`), which is available in the `/lib` folder.
3. If necessary, adjust the relative path to the Extensions API JavaScript library (`tableau.extensions.1.latest.js`), which is available in the `/lib` folder.

```html

<!-- Tableau Extensions API Library -->
<script src="../../lib/tableau-extensions-1.latest.js"></script>
<script src="../../lib/tableau.extensions.1.latest.js"></script>

```

Expand Down
Loading