Index | OAT homepage | OpenLink Software

OATDOCfisheye

fisheye.js

Creates Mac-like dock.

Objects

OAT.FishEye(optionsObject)


The dock will be created using options specified in optionsObject .

Methods

OAT.FishEye::addImage(url)


Adds a new image found at url to the dock.

CSS classes

.fisheye

CSS class of the fisheye div.

Example

var f = new OAT.FishEye({smallSize:48, bigSize:64, limit:200, spacing:5});
document.body.appendChild(f.div);
f.addImage("image.png");


Copyright (C) 2005-2008 OpenLink Software