1
0
Fork 0
forked from 0x2620/oxjs

add Ox.ListCalendar

This commit is contained in:
rlx 2011-10-03 16:14:01 +00:00
commit d51de58009
4 changed files with 364 additions and 32 deletions

View file

@ -45,7 +45,6 @@ Ox.Checkbox = function(options, self) {
self.options.width != 'auto' && that.css({
width: self.options.width + 'px'
});
Ox.print(self.options.width - 16, self.options.label * (self.options.labelWidth - 16))
self.$title = Ox.Label({
disabled: self.options.disabled,
id: self.options.id + 'Label',