1
0
Fork 0
forked from 0x2620/oxjs

some work on Ox.Editable

This commit is contained in:
rlx 2011-10-24 15:58:51 +00:00
commit a58dc765d9
7 changed files with 58 additions and 33 deletions

View file

@ -262,6 +262,7 @@ Ox.Element = function(options, self) {
// self.setOptions(key, value)
// is called when an option changes
// (to be implemented by widget)
// FIXME: can't set tooltip options this way
};
that._self = self; // fixme: remove