LivePipe UI
High-Quality Controls & Widgets for Prototype
Introduction
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:
var w = new Control.Window(); w.observe('afterOpen',function(){ //insert your custom logic here });
Control Examples
- Tabs
- Window
- TextArea
- SelectMultiple
- Rating
- ProgressBar
- ScrollBar
- ContextMenu
You’re already using the simplest example of Control.Tabs. This control can also be customized to a variety of different navigation types. The image switcher below is one of many possibilities.
Extras
LivePipe UI also includes a small and growing collection of useful extras. Currently this list includes: