June 6, 2006
8:11 am | Last updated: June 6, 2006 at: 8:20 am

This javascript class allows you to add window in a HTML page.

This class is based on Prototype. The code is inspired of the powerful script.aculo.us library. You can even use all script.aculo.us effects to show and hide windows if you include effects.js file , but it's not mandatory.

It has been tested on Safari, Camino, Firefox and IE6.

Features

  • Resizable windows
  • Minimze/Maximize
  • Modal dialogs
  • Visual effects
  • Skinnable
  • And more...

How to Use

It's easy to use, just include two javascripts and one css (more if you want different skins).

<script type="text/javascript" src="/javascripts/prototype.js"> </script>
<script type="text/javascript" src="/javascripts/window.js"> </script>

<link href="/stylesheets/themes/default.css" rel="stylesheet" type="text/css"></link>

To create a window, you just have to instanciate a Window object with some optional parameters, set innerHTML of the window main content and call show() or showCenter() function. Check out the samples tab with more sample codes

 win = new Window('window_id', {title: "Sample", top:100, left:350}) win.getContent().innerHTML = "
<H4>Hello world !!</H4>"; win.setDestroyOnClose(); win.showCenter(); 

Continue to read for more information, documentation & expamples...

Prototype, Window Class

Loading

Contextual Related Posts:

No followup yet

Leave a Response

Comment Preview
« Yahoo! My Web 2.0 RelaunchedMicrosoft Windows Vista – Add the Run box to the Start menu »
Feed Icon

Subscribe via RSS or email: