LivePipe? : Innovative Tools for Web Publishing
This content was already on the page.
Windows can act as hover boxes.
LivePipe™ : User Interface Components for Prototype
Home
Core
Controls
Extras
Download & Contribute
Get 2GB of free storage at PersonalGrid
LivePipe UI
High Quality Controls & Widgets for Prototype
IntroductionLivePipe 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:
var w = new Control.Window();
w.observe('afterOpen',function(){
//insert your custom logic here
});
Control Examples
Tabs
Window
TextArea
SelectMultiple
Rating
ProgressBar
ScrollBar
ContextMenu
document.observe('dom:loaded',function(){
new ...
All rights reserved.