jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
22 lines (17 loc) • 719 B
HTML
<html>
<head>
<title>Tile App View</title>
<meta http-equiv="Content-Type" value="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="/{{{TILE_NAME}}}/stylesheets/main.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script src="/{{{TILE_NAME}}}/javascripts/view.js"></script>
<!-- NOTE: main.js SHOULD RUN LAST -->
<script src="/{{{TILE_NAME}}}/javascripts/main.js"></script>
</head>
<body>
<h2>Custom View with Action</h2>
<p>Config data: <span id="config_string">Unknown</span></p>
<p>Private data: <span id="private_string">Not set</span></p>
<button class="j-btn" id="action">Change Data</button>
</body>
</html>