Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
16 changes: 10 additions & 6 deletions _includes/docs_menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,34 @@
<li>
<a href="{{ site.baseurl }}/docs/trex_manifest.html">Tableau Extension Manifest File</a>
</li>
<li>
<a href="{{ site.baseurl }}/docs/trex_reload.html">What Happens When you Reload an Extension</a>
</li>
<li class="nav-header">Basic How To</li>
<li>
<li>
<a href="{{ site.baseurl }}/docs/trex_getdata.html">Get Data from the Dashboard</a>
</li>
<li>
<a href="{{ site.baseurl }}/docs/trex_configure.html">Add a Configuration Popup Dialog</a>
</li>
<li>
<a href="{{ site.baseurl }}/docs/trex_reload.html">What Happens When you Reload an Extension</a>
<li>
<a href="{{ site.baseurl }}/docs/trex_show_hide.html">Show and Hide Objects in the Dashboard</a>
</li>
<li>
<a href="{{ site.baseurl }}/docs/trex_events.html">Events and Event Handling</a>
</li>
<li class="nav-header">Security and Data Access</li>
<li>
<a href="{{ site.baseurl }}/docs/trex_security.html">Security and Tableau Extensions</a>
<a href="{{ site.baseurl }}/docs/trex_security.html">HTTPS and Tableau Extensions</a>
</li>
<li>
<a href="{{ site.baseurl }}/docs/trex_data_access.html">Accessing Underlying Data</a>
</li>
<li>
<a href="{{ site.baseurl }}/docs/trex_xss_guidance.html">Cross-Site Scripting and Extension Security</a>
</li>

<li class="nav-header">Debugging and Troubleshooting</li>
</li>
<li class="nav-header">Debugging and Troubleshooting</li>
<li>
<a href="{{ site.baseurl }}/docs/trex_debugging.html">Debug Extensions in Tableau Desktop</a>
</li>
Expand Down
Binary file added assets/dashboard_layout_obj.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/ext_visibility_err_console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/ext_visibility_error_dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/Interaction_Guidelines/ux_controls_ui_patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ A button communicates what happens when a user touches it. Button labels can con
![buttons](imgs/3-buttons-cover.png)

### Usage
| | How to use |
| 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. |
Expand Down Expand Up @@ -381,4 +381,4 @@ Include succinct copy that helps the user take their next step.

##### <div id="expand-box"><div id="expand-box-header">[<span style="float: left;">&#8592; 2 – Extension Components and Modes</span>](2 - Extension Components and Modes.md)</div></div>

-->
-->
2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Large diffs are not rendered by default.

41 changes: 30 additions & 11 deletions docs/enums/errorcodes.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ <h3>Enumeration members</h3>
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="errorcodes.html#settingsaveinprogress" class="tsd-kind-icon">Setting<wbr>Save<wbr>InProgress</a></li>
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="errorcodes.html#unsupportedeventname" class="tsd-kind-icon">Unsupported<wbr>Event<wbr>Name</a></li>
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="errorcodes.html#unsupportedmethodfordatasourcetype" class="tsd-kind-icon">Unsupported<wbr>Method<wbr>For<wbr>Data<wbr>Source<wbr>Type</a></li>
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="errorcodes.html#visibilityerror" class="tsd-kind-icon">Visibility<wbr>Error</a></li>
</ul>
</section>
</div>
Expand Down Expand Up @@ -116,7 +117,7 @@ <h3>Dialog<wbr>Already<wbr>Open</h3>
<div class="tsd-signature tsd-kind-icon">Dialog<wbr>Already<wbr>Open<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;&quot;dialog-already-open&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in Enums.ts:101</li>
<li>Defined in Enums.ts:105</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -131,7 +132,7 @@ <h3>Dialog<wbr>Closed<wbr>ByUser</h3>
<div class="tsd-signature tsd-kind-icon">Dialog<wbr>Closed<wbr>ByUser<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;&quot;dialog-closed-by-user&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in Enums.ts:105</li>
<li>Defined in Enums.ts:109</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -146,7 +147,7 @@ <h3>Internal<wbr>Error</h3>
<div class="tsd-signature tsd-kind-icon">Internal<wbr>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;&quot;internal-error&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in Enums.ts:109</li>
<li>Defined in Enums.ts:113</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -161,7 +162,7 @@ <h3>Invalid<wbr>Domain<wbr>Dialog</h3>
<div class="tsd-signature tsd-kind-icon">Invalid<wbr>Domain<wbr>Dialog<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;&quot;invalid-dialog-domain&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in Enums.ts:113</li>
<li>Defined in Enums.ts:117</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -176,7 +177,7 @@ <h3>Invalid<wbr>Parameter</h3>
<div class="tsd-signature tsd-kind-icon">Invalid<wbr>Parameter<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;&quot;invalid-parameter&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in Enums.ts:117</li>
<li>Defined in Enums.ts:121</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -191,7 +192,7 @@ <h3>Missing<wbr>Filter</h3>
<div class="tsd-signature tsd-kind-icon">Missing<wbr>Filter<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;&quot;missing-filter&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in Enums.ts:121</li>
<li>Defined in Enums.ts:125</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -206,7 +207,7 @@ <h3>Missing<wbr>Parameter</h3>
<div class="tsd-signature tsd-kind-icon">Missing<wbr>Parameter<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;&quot;missing-parameter&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in Enums.ts:125</li>
<li>Defined in Enums.ts:129</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -221,7 +222,7 @@ <h3>Server<wbr>Error</h3>
<div class="tsd-signature tsd-kind-icon">Server<wbr>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;&quot;server-error&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in Enums.ts:129</li>
<li>Defined in Enums.ts:133</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -236,7 +237,7 @@ <h3>Setting<wbr>Save<wbr>InProgress</h3>
<div class="tsd-signature tsd-kind-icon">Setting<wbr>Save<wbr>InProgress<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;&quot;setting-save-in-progress&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in Enums.ts:133</li>
<li>Defined in Enums.ts:137</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -251,7 +252,7 @@ <h3>Unsupported<wbr>Event<wbr>Name</h3>
<div class="tsd-signature tsd-kind-icon">Unsupported<wbr>Event<wbr>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;&quot;unsupported-event-name&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in Enums.ts:137</li>
<li>Defined in Enums.ts:141</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -266,7 +267,7 @@ <h3>Unsupported<wbr>Method<wbr>For<wbr>Data<wbr>Source<wbr>Type</h3>
<div class="tsd-signature tsd-kind-icon">Unsupported<wbr>Method<wbr>For<wbr>Data<wbr>Source<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;&quot;unsupported-method-for-data-source-type&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in Enums.ts:141</li>
<li>Defined in Enums.ts:145</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -275,6 +276,21 @@ <h3>Unsupported<wbr>Method<wbr>For<wbr>Data<wbr>Source<wbr>Type</h3>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
<a name="visibilityerror" class="tsd-anchor"></a>
<h3>Visibility<wbr>Error</h3>
<div class="tsd-signature tsd-kind-icon">Visibility<wbr>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;&quot;visibility-error&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in Enums.ts:101</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Thrown when caller attempts to execute command while extension is not visible.</p>
</div>
</div>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
Expand Down Expand Up @@ -328,6 +344,9 @@ <h3>Unsupported<wbr>Method<wbr>For<wbr>Data<wbr>Source<wbr>Type</h3>
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
<a href="errorcodes.html#unsupportedmethodfordatasourcetype" class="tsd-kind-icon">Unsupported<wbr>Method<wbr>For<wbr>Data<wbr>Source<wbr>Type</a>
</li>
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
<a href="errorcodes.html#visibilityerror" class="tsd-kind-icon">Visibility<wbr>Error</a>
</li>
</ul>
</li>
</ul>
Expand Down
Loading