1
0
Fork 0
forked from 0x2620/oxjs

in button, react to change of tooltip option

This commit is contained in:
rlx 2011-11-06 00:04:27 +00:00
commit e6b634ddef
2 changed files with 4 additions and 1 deletions

View file

@ -131,7 +131,7 @@ Ox.Button = function(options, self) {
}
that.triggerEvent('change');
} else if (key == 'tooltip') {
that.$tooltip.options({title: value});
} else if (key == 'title') {
setTitle(value);
} else if (key == 'width') {