jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
58 lines (53 loc) • 3.01 kB
HTML
<html>
<head>
<link rel="stylesheet" href="stylesheets/main.css" type="text/css" media="screen" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<!-- NOT NEEDED IF USING <Require feature="jive-core-v3-resolver"/> in app.xml -->
<!-- <script type="text/javascript" charset="utf-8" src="javascripts/coreapi-context-resolver-v3.js"></script> -->
<script type="text/javascript" charset="utf-8" src="javascripts/app.js"></script>
<!-- NOTE: main.js SHOULD RUN LAST -->
<script type="text/javascript" charset="utf-8" src="javascripts/main.js"></script>
</head>
<body>
<div id="debug-wrapper">
<h1>Want to see how to get you add-on experience to show up here?</h1>
<p>
Check out the <a target="_blank" href="https://community.jivesoftware.com/docs/DOC-114464">App Action Contribution Reference</a> in the <a target="_blank" href="https://community.jivesoftware.com/community/developer">Jive Developer Community</a>.
</p>
<p>
To build this add-on for yourself, simply:
<ul>
<li><a target="_blank" href="https://community.jivesoftware.com/docs/DOC-99887">Download the Jive Node SDK</a></li>
<li>Run the following command: <strong><a target="_blank" href="https://community.jivesoftware.com/docs/DOC-114554">jive-sdk create app</a></strong></li>
<li><a target="_blank" href="https://community.jivesoftware.com/docs/DOC-112407">Deploy your Add-On</a> to Jive.<br/>
<span style="padding-left: 8px;"><em>Note: <a target="_blank" href="https://community.jivesoftware.com/community/developer/blog/2015/09/15/ngrok-hyperspeed-simple-stream-app-integration-iterations">ngrok</a> - Is a very powerful tool for doing development in the cloud.</span></li>
</ul>
</p>
<p></p>
<hr/>
<div style="clear: both;"></div>
<div id="embed-actions" align="center" style="display: none">
<br/>
<a id="btnEmbedApp" class="embed-action" href="javascript:void(0);">Embed App (Simple)</a>
<a id="btnEmbedAppProg" class="embed-action" href="javascript:void(0);">Embed App (Programmatic)</a>
<a id="btnEmbedMarkup" class="embed-action" href="javascript:void(0);">Embed Markup</a>
<br/><br/>
<hr/>
</div>
<p></p>
<h2>Who Am I?</h2>
<div id="currentUser"></div>
<hr/>
<h2>Where Am I?</h2>
<span class="paramsContextLbl"><strong>Params Context:</strong> </span>
<a id="paramsSampleLink" href="javascript:void(0);">Get Sample Params</a>
<div id="paramsContext"></div>
<p></p>
<span class="actionContext"><strong>Action Context</strong> </span>
<span class="viewContext"><strong>View Context</strong> </span>
<br/><br/>
<div id="currentActionContext" class="actionContext"></div>
<div id="currentViewContext" class="viewContext"></div>
</div>
</body>
</html>