Version 1, changed by ScottMcmullan. 07/21/2006. Show version history
To create a miniwindow, enter this code in XML mode into your page (change the id to your own value):
<div class="jot-miniWindow" id="member-blog-plugin">
<h3 onclick="Expander.toggle('member-blog-plugin')">Test Mini Window</h3>
<div class="jot-content">
Put your content here!
</div>
</div>
Tags: miniwindow
billschuller said, 06/13/2007:
How do I get the window to default to "hidden"? I've tried adding hidden="true" to the <div class="jot-miniWindow"...> tag.