1
0
Fork 0
forked from 0x2620/oxjs

add tooltip option to Ox.Element

This commit is contained in:
rolux 2011-05-17 20:44:53 +02:00
commit 2842ec8d09
4 changed files with 54 additions and 66 deletions

View file

@ -45,6 +45,7 @@ Ox.Tooltip = function(options, self) {
};
// can pass event instead of x/y
// fixme: use this in widgets
that.show = function(x, y) {
var left, top, width, height;
if (arguments.length == 1) {