LivePipe – High Quality Controls Widgets for Prototype
LivePipe UI is a suite of high quality widgets and controls for web 2.0 applications built using the Prototype JavaScript Framework. Each control is well tested, highly extensible, fully documented and degrades gracefully for non JavaScript enabled browsers where possible. MIT licensed and actively maintained.
Event Oriented Programming
introduces a mechanism to create and observe events on any object, not just DOM Elements. This is used by all controls, and allows for fine grained control of your user interface. Making use of this is as easy as:
1. var w = new Control.Window();
2. w.observe('afterOpen',function(){
3. //insert your custom logic here
4. });
LivePipe – High Quality Controls Widgets for Prototype
LivePipe UI is a suite of high quality widgets and controls for web 2.0 applications built using the Prototype JavaScript Framework. Each control is well tested, highly extensible, fully documented and degrades gracefully for non JavaScript enabled browsers where possible. MIT licensed and actively maintained.
Event Oriented Programming
introduces a mechanism to create and observe events on any object, not just DOM Elements. This is used by all controls, and allows for fine grained control of your user interface. Making use of this is as easy as:
1. var w = new Control.Window(); 2. w.observe('afterOpen',function(){ 3. //insert your custom logic here 4. });Demo: http://livepipe.net/
Download: http://download.github.com/syntacticx-livepipe-ui-1ab37f0.tar.gz
Source: http://livepipe.net/
Related Listings: