Overview
This javascript class allows you to add window in a HTML page.
This class is based on Prototype. The code is inspired by 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
- Valid HTML/XHTML generated code
- 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).
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
Hello world !!
"; win.setDestroyOnClose(); win.showCenter();Thanks to
- Vincent Le Moign for the logo (Webalys)- A lot of contributors like Irfan Jamadar, Felix Shnir, Dan Atkinson, Brice Joly, Nick Hemsley, Richard Piacentini and more (sorry If I forgot your name)