Skip to content

Commit

Permalink
Update references to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdesmond46 committed Jan 10, 2018
1 parent ddd4cba commit d5e634b
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
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-0.7.0.js"></script>
<script src="/lib/tableau-extensions-0.8.0.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-0.7.0.js"></script>
<script src="/lib/tableau-extensions-0.8.0.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-0.7.0.js"></script>
<script src="/lib/tableau-extensions-0.8.0.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-0.7.0.js"></script>
<script src="/lib/tableau-extensions-0.8.0.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-0.7.0.js"></script>
<script src="/lib/tableau-extensions-0.8.0.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-0.7.0.js"></script>
<script src="/lib/tableau-extensions-0.8.0.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/ReactVersion/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<!-- Include the Tableau Extensions library so we can communicate with Tableau -->
<!-- TODO TODO - Switch this to the CDN version of the lib -->
<script src="http://localhost:8765/lib/tableau-extensions-0.7.0.js"></script>
<script src="http://localhost:8765/lib/tableau-extensions-0.8.0.js"></script>

</head>
<body>
Expand Down
6 changes: 3 additions & 3 deletions docs/trex_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ The web app you create controls and interacts with the Tableau dashboard objects

Your web application must include an HTML page. This page should link to the Extensions API JavaScript library and to any other JavaScript, CSS, or HTML resources your web app requires.

1. In the HTML page, add a link to the JavaScript library (for example, `tableau-extensions-0.7.0.js`).
1. In the HTML page, add a link to the JavaScript library (for example, `tableau-extensions-0.8.0.js`).
```
<!-- Tableau Extensions API Library -->
<script src="../../lib/tableau-extensions-0.7.0.js"></script>
<script src="../../lib/tableau-extensions-0.8.0.js"></script>
```
2. Add links to additional JavaScript files and code that you need. You could add the JavaScript code to initialize and call Extensions API functions directly in the HTML page. However, in most cases you want to keep this code in a separate file. The following code is from a simple sample.
```html
Expand All @@ -103,7 +103,7 @@ Your web application must include an HTML page. This page should link to the Ext
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" ></script>

<!-- Tableau Extensions API Library -->
<script src="./tableau-extensions-0.7.0.js"></script>
<script src="./tableau-extensions-0.8.0.js"></script>

<!-- Your JavaScript code that uses the Extensions API goes here -->
<script src="./hello-extension.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/trex_security.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Or use site-relative or protocol-agnostic links (that is, where the protocol is
```html

<!-- Extensions Library ) -->
<script src="../../lib/tableau-extensions-0.7.0.js"></script>
<script src="../../lib/tableau-extensions-0.8.0.js"></script>

<!-- The extensions's code -->
<script src="./example.js"></script>
Expand Down

0 comments on commit d5e634b

Please sign in to comment.