-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
835b2a7
commit d885c45
Showing
4 changed files
with
2,309 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.btn-success { | ||
margin: 20px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<html> | ||
<title>Tableau Web Data Connector Tutorial Part 1</title> | ||
<meta http-equiv="Cache-Control" content="no-store"/> | ||
<head> | ||
<link rel="stylesheet" type="text/css" href="libs/bootstrap/dist/css/bootstrap.min.css"> | ||
<link rel="stylesheet" type="text/css" href="css/style.css"> | ||
</head> | ||
<body> | ||
<div> | ||
<button id="submitButton" class="btn btn-success">Get Data</button> | ||
</div> | ||
</body> | ||
<script src="libs/jquery/dist/jquery.min.js"></script> | ||
<script src="js/tableauwdc-2.3.latest.js"></script> | ||
<script src="js/wdc.js"></script> | ||
</html> |
Oops, something went wrong.