jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
30 lines (24 loc) • 770 B
HTML
<!--
~ $Revision$
~ $Date$
~
~ Copyright (C) 1999-2012 Jive Software. All rights reserved.
~
~ This software is the proprietary information of Jive Software. Use is subject to license terms.
-->
<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">
<br>
<label>Outgoing HTML</label>
<br>
<textarea id="outgoing_html" class="selection">
</textarea>
<br>
<button id="btn_close_and_send_html">Close and send</button>
<hr>
<label>Document ID</label>
<input id="doc_id" type="text" style="text-field">
<br>
<button id="btn_close_and_send_document">Close and send document</button>
</div>