Ox.Filter: handle formatKey 'number'

This commit is contained in:
rolux 2013-03-03 11:10:41 +00:00
parent 978d44135a
commit bf197f73a5

View file

@ -741,6 +741,12 @@ Ox.Filter = function(options, self) {
value: value,
width: {hours: 38, minutes: 37, seconds: 37}
});
} else if (formatType == 'number') {
$input = Ox.Input({
type: type,
value: value,
width: 288
});
} else if (formatType == 'resolution') {
$input = Ox.InputGroup({
inputs: [