forked from 0x2620/oxjs
add tooltip option to Ox.Element
This commit is contained in:
parent
1d13caaf88
commit
2842ec8d09
4 changed files with 54 additions and 66 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue