forked from 0x2620/oxjs
add resize functionality to calendar
This commit is contained in:
parent
90085aaf2f
commit
ea76fed699
2 changed files with 19 additions and 11 deletions
|
|
@ -87,6 +87,8 @@ Ox.Checkbox = function(options, self) {
|
|||
self.setOption = function(key, value) {
|
||||
if (key == 'checked') {
|
||||
that.toggleChecked();
|
||||
} else if (key == 'title') {
|
||||
self.$title.options({title: value});
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue