forked from 0x2620/oxjs
add calendar controls
This commit is contained in:
parent
1db1278ba2
commit
a727c32836
7 changed files with 189 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ Ox.Label = function(options, self) {
|
|||
title: '',
|
||||
width: 'auto'
|
||||
})
|
||||
.options(options)
|
||||
.options(options || {})
|
||||
.addClass(
|
||||
'OxLabel' + (self.options.disabled ? ' OxDisabled' : '') +
|
||||
(self.options.overlap != 'none' ?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue