1
0
Fork 0
forked from 0x2620/oxjs

add calendar controls

This commit is contained in:
rlx 2011-10-31 12:45:08 +00:00
commit a727c32836
7 changed files with 189 additions and 4 deletions

View file

@ -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' ?