AeroWindow generates very cool Boxes in the Aero Style, inspired by the style of Window7.The popup window offers the usual options and full functionality similar to Windows windows.
Features
- Special feature: Live animated Aero Glossy look (see header when moving)
- Usual window buttons: Minimize, Zoom, Maximize and Close
- Double-click support, such as in windows (maximize, zoom out)
- Active window is highlighted visually, as in Windows
- User-infinitely scalable window size
- Sliding window by mouse dragging
- Usual Z-order management, as in Windows
- + Animated changing the window size
- + Multiple configuration options
Demo and Download - Go to the Project Page:
http://www.soyos.net/aerowindow-jquery.html
Very easy to use
$('#YourContainerDiv').AeroWindow({
WindowTitle: 'My first very cool Aero Window for Web',
});
Your can configurate your Window if you want:
$('#YourContainerDiv').AeroWindow({
WindowTitle: 'My first very cool Aero Window for Web',
WindowPositionTop: 'center',
WindowPositionLeft: 'center',
WindowWidth: 400,
WindowHeight: 100,
WindowAnimation: 'easeOutCubic'
});
Configuration options
- Window Title
- Window Start Position X / Y (possible should also centered)
- Standard Window Size
- Minimum window size
- Status at the open window (minimized, maximized, normal)
- Window animation (30 different easing methods)
- Window generation by mouse events & JavaScript function calls
Compatibility tested in the following browsers:
- Internet Explorer 6
- Internet Explorer 7
- Internet Explorer 8
- Mozilla Firefox 3
- Google Chrome 4
- Apple Safari 4
- Opera 10
Download & Demo
»AeroWindow Project Page with Download & Demo
This version is based on jQuery (v1.4.2)