Emanuel Mila76 Emanuel Mila76

Italian IT Evangelist

Some example of my work with Javascript, especially with the great prototype library.

Calendar data chooser:

popCalendar is a javascript widget for client side data chooser.
(this calendar is a "prototype port" of a Tan Ling Wee original work)

A simple demo: Calendar

SelectFiles widget:

SelectFiles is a javascript widget for, server side, Ajax image selection. Full directory browsing and image preview.

A simple demo page and a PWC integrated demo.

SmallTree, a component for directory tree:

SmallTree is a javascript class written with help of prototype. No Ajax support for this version.
(icon set is a work of Mark James)

A simple demo page is all you need.

Themes for PWC: Prototye window class:

Window (click here)

Dialog (click here)

Grey Window (click here)

Green Window (click here)

Dark Blue Window (click here)

Ajax Tooltip

Tablegrid, an editable grid for fast input:

Tablegrid is a javascript class written with help of prototype. Wrapped around a table thi class permit to transform TD in an edit input, so you can save your data via Ajax call. With fast input in mind you can sava and change cell with TAB key.

A simple demo page is all you need.