现在的位置: 首页 > 综合 > 正文

三个很不错的开源窗口类(window)组件 http://www.ajaxbbs.net/blog/ModalBox-Windoo/

2013年10月23日 ⁄ 综合 ⁄ 共 1592字 ⁄ 字号 评论关闭
1、MooTools Mocha UI(基于MooTools和Canvas构建)
网址:http://greghoustondesign.com/demos/mocha/
简介:
Mocha is a MooTools user interface class made with canvas tag graphics. This is an on going exercise to help me become more familiar with both MooTools and the canvas tag. See the windows to the right for more information。

2、ModalBox
网址:http://code.google.com/p/modalbox/
简介:
ModalBox is a JavaScript technique for creating modern (Web 2.0-style) modal dialogues or even wizards (sequences of dialogues) without using conventional popups and page reloads. It's inspired by Mac OS X modal dialogues. And yes, it may also be useful for showing bigger versions of images. :)

Basically, ModalBox is based on GrayBox technique by Amir Salihefendic. But you can find a lot of similar techniques around the web: Lightbox JS, Lightbox gone wild, ThickBox etc.

There also a clone of ModalBox, the MOOdalBox, written on great and lightweight Mootools Framework.

3、Windoo
网址:http://code.google.com/p/windoo/
简介:
Windoo is a javascript class based on Mootools framework which allows you to create draggable and resizable inline windows on your HTML page.

Windoo also includes the following standalone extensions:

Drag.Multi is Drag.Base extension which gives the ability to change multiple styles for multiple elements at the same time according to the mouse movement
Drag.Resize is Mootools extension which applies drag handles to an element to make it resizable in 8 directions

Features
resizable in 8 directions (fully customizable)
works on Firefox, Opera, Safari, and IE 6, 7
support custom and container element limits for resize
fully customizable Windoo themes
preserve aspect ratio option
multiple window managers
support iframe overlay for IE (fixes <select> bug) and FF (speed-up rendering)
generates valid XHTML strict code
modular source code with custom download builder  

抱歉!评论已关闭.