Windows-from-html.js

Create windows from html markup in page.

Copyright

Copyright © 2007-2008 Greg Houston, http://greghoustondesign.com/.

License

MIT-style license.

Requires

Core.js, Window.js

Example

HTML markup.

<div class="mocha" id="mywindow" style="width:300px;height:255px;top:50px;left:350px">
    <h3 class="mochaTitle">My Window</h3>
    <p>My Window Content</p>
</div>

See Also

Window

Creates a single MochaUI window.
Close