Ox.Filter: handle formatKey 'number'
This commit is contained in:
parent
978d44135a
commit
bf197f73a5
1 changed files with 6 additions and 0 deletions
|
@ -741,6 +741,12 @@ Ox.Filter = function(options, self) {
|
||||||
value: value,
|
value: value,
|
||||||
width: {hours: 38, minutes: 37, seconds: 37}
|
width: {hours: 38, minutes: 37, seconds: 37}
|
||||||
});
|
});
|
||||||
|
} else if (formatType == 'number') {
|
||||||
|
$input = Ox.Input({
|
||||||
|
type: type,
|
||||||
|
value: value,
|
||||||
|
width: 288
|
||||||
|
});
|
||||||
} else if (formatType == 'resolution') {
|
} else if (formatType == 'resolution') {
|
||||||
$input = Ox.InputGroup({
|
$input = Ox.InputGroup({
|
||||||
inputs: [
|
inputs: [
|
||||||
|
|
Loading…
Reference in a new issue