forked from 0x2620/oxjs
add Ox.ListCalendar
This commit is contained in:
parent
54b7d9de9f
commit
d51de58009
4 changed files with 364 additions and 32 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue