jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
29 lines (21 loc) • 722 B
HTML
<link rel="stylesheet" href="stylesheets/main.css" type="text/css" media="screen" />
<script type="text/javascript" charset="utf-8" src="javascripts/main.js"></script>
<div class="container">
<label>Incoming Selection Context</label>
<br>
<textarea id="incoming_selection" class="selection">
</textarea>
<br/>
<label>Incoming Embedded Context</label>
<br>
<textarea id="incoming_embedded_context" class="selection">
</textarea>
<br/>
<label>Outgoing JSON</label>
<br>
<textarea id="outgoing_selection" class="selection">
</textarea>
<br>
<button id="btn_close_and_send">Close and send (regular)</button>
<button id="btn_close_and_send_programmatic">Close and send (programmatic)</button>
</div>